mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-06 05:34:59 +00:00
Fix a broken error message about the XML declaration.
Closes SF bug #596555.
This commit is contained in:
parent
fd28011aa5
commit
19dce96507
1 changed files with 1 additions and 1 deletions
|
@ -1552,7 +1552,7 @@ XML_ErrorString(int code)
|
|||
XML_L("reference to invalid character number"),
|
||||
XML_L("reference to binary entity"),
|
||||
XML_L("reference to external entity in attribute"),
|
||||
XML_L("xml processing instruction not at start of external entity"),
|
||||
XML_L("xml declaration not at start of external entity"),
|
||||
XML_L("unknown encoding"),
|
||||
XML_L("encoding specified in XML declaration is incorrect"),
|
||||
XML_L("unclosed CDATA section"),
|
||||
|
|
Loading…
Add table
Reference in a new issue