aboutsummaryrefslogtreecommitdiff
path: root/coreutils/md5_sha1_sum.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/md5_sha1_sum.c')
-rw-r--r--coreutils/md5_sha1_sum.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/md5_sha1_sum.c b/coreutils/md5_sha1_sum.c
index 2cb6dd43c..59b520fce 100644
--- a/coreutils/md5_sha1_sum.c
+++ b/coreutils/md5_sha1_sum.c
@@ -223,7 +223,7 @@ int md5_sha1_sum_main(int argc UNUSED_PARAM, char **argv)
223 } 223 }
224 if (count_failed && !(flags & FLAG_SILENT)) { 224 if (count_failed && !(flags & FLAG_SILENT)) {
225 bb_error_msg("WARNING: %d of %d computed checksums did NOT match", 225 bb_error_msg("WARNING: %d of %d computed checksums did NOT match",
226 count_failed, count_total); 226 count_failed, count_total);
227 } 227 }
228 fclose_if_not_stdin(pre_computed_stream); 228 fclose_if_not_stdin(pre_computed_stream);
229 } else { 229 } else {