From de2aab2a91adb11d46e7c44d25b194f7d7d09917 Mon Sep 17 00:00:00 2001 From: "Fred L. Drake, Jr." Date: Thu, 13 Mar 2003 01:30:48 +0000 Subject: [PATCH] Fix function signature. Closes SF bug #679468. --- expat/doc/reference.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/expat/doc/reference.html b/expat/doc/reference.html index ee10b2a1..c532abdf 100644 --- a/expat/doc/reference.html +++ b/expat/doc/reference.html @@ -1462,7 +1462,7 @@ Return what type of error has occurred.
 const XML_LChar *
-XML_ErrorString(int code);
+XML_ErrorString(enum XML_Error code);
 
Return a string describing the error corresponding to code.