Make the arg to XML_ErrorString() an XML_Error value. Compatible

since enums are binary compatible with ints.
This commit is contained in:
Fred L. Drake, Jr. 2002-08-27 22:58:25 +00:00
parent 325d6f339f
commit d9be20e8f0

View file

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