1
0
Fork 0

Fix a typo.

This commit is contained in:
ehofman 2009-04-18 21:28:19 +00:00 committed by Tim Moore
parent a21dddeffc
commit 54496730cd

View file

@ -236,6 +236,7 @@ size_t xmlAttributeCopyString(const void *, const char *, const char *, size_t);
* @return an integer less than, equal to, ro greater than zero if the value
* of the node is found, respectively, to be less than, to match, or be greater
* than str
*/
int xmlAttributeCompareString(const void *, const char *, const char *);