expat.h: Fix conmment typo regarding XML_ERROR_UNKNOWN_ENCODING

This commit is contained in:
Sebastian Pipping 2021-03-17 02:11:17 +01:00
parent 90c36ffffe
commit 87176c5ce3

View File

@ -515,7 +515,7 @@ typedef struct {
Otherwise it must return XML_STATUS_ERROR.
If info does not describe a suitable encoding, then the parser will
return an XML_UNKNOWN_ENCODING error.
return an XML_ERROR_UNKNOWN_ENCODING error.
*/
typedef int(XMLCALL *XML_UnknownEncodingHandler)(void *encodingHandlerData,
const XML_Char *name,