From 54496730cdef2f8ca4a78de21cdeef0c01b825c7 Mon Sep 17 00:00:00 2001 From: ehofman Date: Sat, 18 Apr 2009 21:28:19 +0000 Subject: [PATCH] Fix a typo. --- utils/xmlgrep/xml.h | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/xmlgrep/xml.h b/utils/xmlgrep/xml.h index 06f073a45..b9b7b9d81 100644 --- a/utils/xmlgrep/xml.h +++ b/utils/xmlgrep/xml.h @@ -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 *); -- 2.39.5