(batch_convert): Remove spurious space in error message.
authorJim Meyering <jim@meyering.net>
Thu, 26 Mar 1998 15:41:14 +0000 (15:41 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 26 Mar 1998 15:41:14 +0000 (15:41 +0000)
Reported by Karl Berry.

src/date.c

index 6e95b8f..3e4612e 100644 (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