]> git.mxchange.org Git - flightgear.git/commitdiff
Fix a typo.
authorehofman <ehofman>
Sat, 18 Apr 2009 21:28:19 +0000 (21:28 +0000)
committerTim Moore <timoore@redhat.com>
Fri, 1 May 2009 22:44:20 +0000 (00:44 +0200)
utils/xmlgrep/xml.h

index 06f073a453ffc16ecc631ff25cc4f01409f25699..b9b7b9d816c6116cafcfc06f32ffba9157cfc474 100644 (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 *);