diff options
Diffstat (limited to 'isomd5sum/checkisomd5.c')
-rw-r--r-- | isomd5sum/checkisomd5.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/isomd5sum/checkisomd5.c b/isomd5sum/checkisomd5.c index aa52999dd..dfaba9d42 100644 --- a/isomd5sum/checkisomd5.c +++ b/isomd5sum/checkisomd5.c @@ -216,7 +216,7 @@ int mediaCheckFile(char *file) { result = "NA.\n\nNo checksum information available, unable to verify media."; fprintf(stderr, "The media check is complete, the " - "result is: %s", result); + "result is: %s\n", result); return rc; } |