mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-06 21:55:00 +00:00
expat.h: Fix conmment typo regarding XML_ERROR_UNKNOWN_ENCODING
This commit is contained in:
parent
90c36ffffe
commit
87176c5ce3
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue