*** empty log message ***

This commit is contained in:
Jorrit Herder 2005-06-17 09:34:44 +00:00
parent 108d993201
commit f88e71c9d8

View file

@ -161,7 +161,7 @@ char *argv[];
if (normal) {
output(b);
fprintf(stderr, "\n");
} else fprintf(stderr, "\r%*s\n", -WIDTH, "Done.");
} else fprintf(stderr, "\r%*s\n", -WIDTH, "Done scanning.");
if (total) printf("%8ld\n", b);
if ((errors == 0) || total) exit(0);
badprinted = 0;