tt.c
changeset 16 20b855c57e9c
parent 13 387ab315b0f3
child 17 f0fcc2a59caf
--- a/tt.c	Mon Mar 15 23:33:56 2010 +0100
+++ b/tt.c	Mon Mar 15 23:56:17 2010 +0100
@@ -66,7 +66,7 @@
     f = fopen(name, attr);
     if (!f)
     {
-        fprintf(stderr, "Could not open the file: %s (%s)", name,
+        fprintf(stderr, "Could not open the file: %s (%s)\n", name,
                 strerror(errno));
         free(name);
         exit(1);