From: ehofman Date: Sat, 18 Apr 2009 21:28:19 +0000 (+0000) Subject: Fix a typo. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=54496730cdef2f8ca4a78de21cdeef0c01b825c7;p=flightgear.git Fix a typo. --- 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 *);