chiark / gitweb /
Added missing \n from error message
authorJonathan Amery <jdamery+zgit@ysolde.ucam.org>
Mon, 6 Oct 2014 12:19:14 +0000 (13:19 +0100)
committerJonathan Amery <jdamery+zgit@ysolde.ucam.org>
Mon, 6 Oct 2014 12:19:14 +0000 (13:19 +0100)
cprogs/acctdump.c

index 133104938fabd6d4b7d3b5ea7d872bf59ac8c0aa..ed6066179363954433e6578a5f36e81a8658c436 100644 (file)
@@ -293,7 +293,7 @@ static void processfile(FILE *file, const char *filename) {
     pos= ftell(file); if (pos==-1) { perror(filename); exit(8); }
     if (pos % sizeof(as)) { 
       fprintf(stderr, "%s: File size is not an integral number "
-             "of accounting records", filename);
+             "of accounting records\n", filename);
       exit(8);
     }
     for (;;) {