From: Jim Meyering Date: Sun, 22 Aug 1999 09:43:25 +0000 (+0000) Subject: (md5_check): Remove trailing `\n' in error format. X-Git-Tag: FILEUTILS-4_0j-trial~318 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bab0581788975e825ad407a68300100efc91e158;p=thirdparty%2Fcoreutils.git (md5_check): Remove trailing `\n' in error format. --- diff --git a/src/md5sum.c b/src/md5sum.c index dccf909772..afdb2406ed 100644 --- a/src/md5sum.c +++ b/src/md5sum.c @@ -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")));