Parcourir la source

(xheader_string_end): Fix diagnostic message.

Sergey Poznyakoff il y a 18 ans
Parent
commit
e359fad641
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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;