diff options
Diffstat (limited to 'mshow.c')
-rw-r--r-- | mshow.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mshow.c b/mshow.c index 987f4e4..91bc281 100644 --- a/mshow.c +++ b/mshow.c @@ -571,6 +571,7 @@ show(char *file) } hl = read(fd, header, hl); fwrite(header, 1, hl, stdout); + printf("\n"); } else if (Lflag) { // all headers char *h = 0; while ((h = blaze822_next_header(msg, h))) { |