]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(md5_check): Remove spurious `\n' at end of error format string.
authorJim Meyering <jim@meyering.net>
Mon, 22 Apr 1996 03:00:52 +0000 (03:00 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 22 Apr 1996 03:00:52 +0000 (03:00 +0000)
src/md5sum.c

index b15dd90aceb111a0e9ab44bf13e92e3d33968279..c32cb405cf49ca19e8bb34a4015c81444142a728 100644 (file)
@@ -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"));
            }