more stupid things
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -80,7 +80,7 @@ mh_open (mailbox * mbox) | ... | @@ -80,7 +80,7 @@ mh_open (mailbox * mbox) |
80 | #endif | 80 | #endif |
81 | chdir(old_dir); | 81 | chdir(old_dir); |
82 | 82 | ||
83 | fprintf(stderr, "%d messages read\n", mbox->messages); | 83 | fprintf(stderr, "\n%d messages read\n", mbox->messages); |
84 | 84 | ||
85 | return 0; | 85 | return 0; |
86 | } | 86 | } | ... | ... |
-
Please register or sign in to post a comment