summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-08-22 09:43:25 +0000
committerJim Meyering <jim@meyering.net>1999-08-22 09:43:25 +0000
commitbab0581788975e825ad407a68300100efc91e158 (patch)
tree7befbcbbb844e4f3c46f344a249e115c36cf2047 /src
parente23b3347137cd851d3e7a4e4a0f34467589fdbab (diff)
downloadcoreutils-bab0581788975e825ad407a68300100efc91e158.tar.xz
(md5_check): Remove trailing `\n' in error format.
Diffstat (limited to 'src')
-rw-r--r--src/md5sum.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/md5sum.c b/src/md5sum.c
index dccf90977..afdb2406e 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")));