summary refs log tree commit diff
path: root/mshow.c
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2016-07-26 19:41:10 +0200
committerChristian Neukirchen <chneukirchen@gmail.com>2016-07-26 19:41:10 +0200
commit68042c68c76322f8d7efcd8ce5bfdabb9296a82f (patch)
tree3416288c78ecb650592d3cb6eb5afb4f7613f2a8 /mshow.c
parentfc4c696e3df800dec5aa4fd6c7745b4e38dbe40a (diff)
downloadmblaze-68042c68c76322f8d7efcd8ce5bfdabb9296a82f.tar.gz
mblaze-68042c68c76322f8d7efcd8ce5bfdabb9296a82f.tar.xz
mblaze-68042c68c76322f8d7efcd8ce5bfdabb9296a82f.zip
mshow: fix header display with -H
Diffstat (limited to 'mshow.c')
-rw-r--r--mshow.c1
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))) {