mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-06 13:45:00 +00:00
Make the arg to XML_ErrorString() an XML_Error value. Compatible
since enums are binary compatible with ints.
This commit is contained in:
parent
325d6f339f
commit
d9be20e8f0
1 changed files with 1 additions and 1 deletions
|
@ -1536,7 +1536,7 @@ XML_DefaultCurrent(XML_Parser parser)
|
|||
}
|
||||
|
||||
const XML_LChar *
|
||||
XML_ErrorString(int code)
|
||||
XML_ErrorString(enum XML_Error code)
|
||||
{
|
||||
static const XML_LChar *message[] = {
|
||||
0,
|
||||
|
|
Loading…
Add table
Reference in a new issue