mshow: fix message

This commit is contained in:
Christian Neukirchen 2016-07-20 16:03:20 +02:00
parent 4d7afac785
commit bb25a9d8a0

View File

@ -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;
}