summaryrefslogtreecommitdiff
path: root/catalog.c
diff options
context:
space:
mode:
authorWilliam M. Brack <wbrack@src.gnome.org>2003-11-14 16:20:34 +0000
committerWilliam M. Brack <wbrack@src.gnome.org>2003-11-14 16:20:34 +0000
commit272693c7e127a43dbcd5bc39c1cec4bfcdabcd2a (patch)
tree46a75017511910693eb6b9e1b75505bdee0655be /catalog.c
parentd7cf7f8dc9009260331411ea6613c600ff8c9141 (diff)
downloadlibxml2-272693c7e127a43dbcd5bc39c1cec4bfcdabcd2a.tar.gz
minor error cleanup for gcc-3.3.[12] compilation warnings.
* catalog.c,relaxng.c,testAutomata.c,xpointer.c,genChRanges.py, chvalid.c,include/libxml/chvalid.h,doc/examples/test1.c: minor error cleanup for gcc-3.3.[12] compilation warnings.
Diffstat (limited to 'catalog.c')
-rw-r--r--catalog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/catalog.c b/catalog.c
index 7ec04a37..df219272 100644
--- a/catalog.c
+++ b/catalog.c
@@ -1973,7 +1973,7 @@ xmlCatalogListXMLResolveURI(xmlCatalogEntryPtr catal, const xmlChar *URI) {
#define NEXT cur++;
#define SKIP(x) cur += x;
-#define SKIP_BLANKS while (IS_BLANK(*cur)) NEXT;
+#define SKIP_BLANKS while (IS_BLANK_CH(*cur)) NEXT;
/**
* xmlParseSGMLCatalogComment: