X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=cprogs%2Facctdump.c;fp=cprogs%2Facctdump.c;h=ed6066179363954433e6578a5f36e81a8658c436;hb=7cb8758351b7b8765f06867811e10213036a3c41;hp=133104938fabd6d4b7d3b5ea7d872bf59ac8c0aa;hpb=b6cbf4b9faaf02884298f300b6d911911f91d81f;p=chiark-utils.git diff --git a/cprogs/acctdump.c b/cprogs/acctdump.c index 1331049..ed60661 100644 --- a/cprogs/acctdump.c +++ b/cprogs/acctdump.c @@ -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 (;;) {