summaryrefslogtreecommitdiff
path: root/stdlib/test-canon.c
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/test-canon.c')
-rw-r--r--stdlib/test-canon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/test-canon.c b/stdlib/test-canon.c
index c239d50ae8..d06ec4d581 100644
--- a/stdlib/test-canon.c
+++ b/stdlib/test-canon.c
@@ -136,7 +136,7 @@ main (int argc, char ** argv)
errno = 0;
if (realpath ("", buf) != NULL || errno != ENOENT)
{
- printf ("%s: expected return value NULL and set errno to ENOENT",
+ printf ("%s: expected return value NULL and set errno to ENOENT"
" for realpath(\"\",...)\n", argv[0]);
++errors;
}