summaryrefslogtreecommitdiff
path: root/libmailbox
diff options
context:
space:
mode:
authorSean 'Shaleh' Perry <shaleh@debian.org>2000-05-19 07:57:11 +0000
committerSean 'Shaleh' Perry <shaleh@debian.org>2000-05-19 07:57:11 +0000
commit1d95b44783af1c9fbdb4bb94d313b2177b0ae6b8 (patch)
tree3ddde28bb68447c0877de86aa3158367475e3b39 /libmailbox
parent60dead5d75e33eb414093ec0af989bf95d21577c (diff)
downloadmailutils-1d95b44783af1c9fbdb4bb94d313b2177b0ae6b8.tar.gz
mailutils-1d95b44783af1c9fbdb4bb94d313b2177b0ae6b8.tar.bz2
more stupid things
Diffstat (limited to 'libmailbox')
-rw-r--r--libmailbox/mh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmailbox/mh.c b/libmailbox/mh.c
index d566dd5f2..b02be9bca 100644
--- a/libmailbox/mh.c
+++ b/libmailbox/mh.c
@@ -80,7 +80,7 @@ mh_open (mailbox * mbox)
#endif
chdir(old_dir);
- fprintf(stderr, "%d messages read\n", mbox->messages);
+ fprintf(stderr, "\n%d messages read\n", mbox->messages);
return 0;
}

Return to:

Send suggestions and report system problems to the System administrator.