about summary refs log tree commit diff
path: root/mshow.c
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2016-07-20 16:03:20 +0200
committerChristian Neukirchen <chneukirchen@gmail.com>2016-07-20 16:03:20 +0200
commitbb25a9d8a033bf81193fddedbe3770f34a42a494 (patch)
tree2c2e4ea7b58dc108ff2352b6335d2af511471991 /mshow.c
parent4d7afac785b786f2cde96fc062fe1f9c988b534a (diff)
downloadmblaze-bb25a9d8a033bf81193fddedbe3770f34a42a494.tar.gz
mblaze-bb25a9d8a033bf81193fddedbe3770f34a42a494.tar.xz
mblaze-bb25a9d8a033bf81193fddedbe3770f34a42a494.zip
mshow: fix message
Diffstat (limited to 'mshow.c')
-rw-r--r--mshow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mshow.c b/mshow.c
index 6aa249d..c6a2864 100644
--- a/mshow.c
+++ b/mshow.c
@@ -378,7 +378,7 @@ show(char *file)
 	else
 		msg = blaze822_file(file);
 	if (!msg) {
-		fprintf(stderr, "show: %s: %s\n", file, strerror(errno));
+		fprintf(stderr, "mshow: %s: %s\n", file, strerror(errno));
 		return;
 	}