From 87176c5ce3577f76318ff312ac97a73265c2aef1 Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Wed, 17 Mar 2021 02:11:17 +0100 Subject: [PATCH] expat.h: Fix conmment typo regarding XML_ERROR_UNKNOWN_ENCODING --- expat/lib/expat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/expat/lib/expat.h b/expat/lib/expat.h index c5b19d27..7b24df90 100644 --- a/expat/lib/expat.h +++ b/expat/lib/expat.h @@ -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,