Explorar el Código

(xheader_string_end): Fix diagnostic message.

Sergey Poznyakoff hace 18 años
padre
commit
e359fad641
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/xheader.c

+ 1 - 1
src/xheader.c

@@ -782,7 +782,7 @@ xheader_string_end (char const *keyword)
   if (size != p)
     {
       ERROR ((0, 0,
-        _("Generated keyword/value pair is too long (keyword=%s, length=%s"),
+        _("Generated keyword/value pair is too long (keyword=%s, length=%s)"),
 	      keyword, nbuf));
       obstack_free (extended_header.stk, obstack_finish (extended_header.stk));
       return false;