(xheader_string_end): Fix diagnostic message.

This commit is contained in:
Sergey Poznyakoff
2006-10-02 15:44:20 +00:00
parent f5504a3bae
commit e359fad641

View File

@@ -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;