(md5_check): Remove trailing `\n' in error format.
authorJim Meyering <jim@meyering.net>
Sun, 22 Aug 1999 09:43:25 +0000 (09:43 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 22 Aug 1999 09:43:25 +0000 (09:43 +0000)
src/md5sum.c

index dccf909..afdb240 100644 (file)
@@ -425,7 +425,7 @@ md5_check (const char *checkfile_name)
          if (n_open_or_read_failures > 0)
            {
              error (0, 0,
-                  _("WARNING: %d of %d listed %s could not be read\n"),
+                    _("WARNING: %d of %d listed %s could not be read"),
                     n_open_or_read_failures, n_properly_formated_lines,
                     (n_properly_formated_lines == 1
                      ? _("file") : _("files")));