From 50b029f4d95e9ae98330c1071aca87025dadbfb1 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 22 Apr 1996 03:00:52 +0000 Subject: (md5_check): Remove spurious `\n' at end of error format string. --- src/md5sum.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/md5sum.c b/src/md5sum.c index b15dd90ac..c32cb405c 100644 --- a/src/md5sum.c +++ b/src/md5sum.c @@ -370,7 +370,7 @@ md5_check (const char *checkfile_name, int binary) if (n_mismatched_checksums > 0) { error (0, 0, - _("WARNING: %d of %d computed checksum%s did NOT match\n"), + _("WARNING: %d of %d computed checksum%s did NOT match"), n_mismatched_checksums, n_computed_checkums, (n_computed_checkums == 1 ? "" : "s")); } -- cgit v1.2.3-70-g09d2