From f88e71c9d899e8c3f198eeba533930750b59425d Mon Sep 17 00:00:00 2001 From: Jorrit Herder Date: Fri, 17 Jun 2005 09:34:44 +0000 Subject: [PATCH] *** empty log message *** --- commands/simple/readall.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/simple/readall.c b/commands/simple/readall.c index a3fe34373..5b8fd65a0 100755 --- a/commands/simple/readall.c +++ b/commands/simple/readall.c @@ -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;