mshow: fix message

pull/1/merge
Christian Neukirchen 8 years ago
parent 4d7afac785
commit bb25a9d8a0

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

Loading…
Cancel
Save