mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-05 21:24:59 +00:00
Fix comment.
This commit is contained in:
parent
ab5acbf509
commit
e2ea2c60e2
1 changed files with 1 additions and 1 deletions
|
@ -367,7 +367,7 @@ XML_SetUserData(XML_Parser parser, void *userData);
|
|||
#define XML_GetUserData(parser) (*(void **)(parser))
|
||||
|
||||
/* This is equivalent to supplying an encoding argument
|
||||
to XML_CreateParser. It must not be called after XML_Parse
|
||||
to XML_ParserCreate. It must not be called after XML_Parse
|
||||
or XML_ParseBuffer. */
|
||||
|
||||
int XMLPARSEAPI
|
||||
|
|
Loading…
Add table
Reference in a new issue