1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-26 10:39:01 +02:00

(batch_convert): Remove spurious space in error message.

Reported by Karl Berry.
This commit is contained in:
Jim Meyering
1998-03-26 15:41:14 +00:00
parent cbf0181378
commit 28cb02fc78
+1 -1
View File
@@ -170,7 +170,7 @@ batch_convert (const char *input_filename, const char *format)
{
if (line[line_length - 1] == '\n')
line[line_length - 1] = '\0';
error (0, 0, _("invalid date ` %s'"), line);
error (0, 0, _("invalid date `%s'"), line);
status = 1;
}
else