aboutsummaryrefslogtreecommitdiffstats
path: root/valid.c
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2003-03-21 21:22:48 +0000
committerDaniel Veillard <veillard@src.gnome.org>2003-03-21 21:22:48 +0000
commit580ced8ee28ecd99374da9383897678e4ba6c358 (patch)
treeba034013fb0d8a0bb1773b1aea6af5019665902c /valid.c
parente063f4829d4403ff90b3fab6f47ff4a37b9325d1 (diff)
downloadandroid_external_libxml2-580ced8ee28ecd99374da9383897678e4ba6c358.tar.gz
android_external_libxml2-580ced8ee28ecd99374da9383897678e4ba6c358.tar.bz2
android_external_libxml2-580ced8ee28ecd99374da9383897678e4ba6c358.zip
fixed Red Hat bug #86118 use libxml2.spec instead of libxml.spec fixed
* configure.in Makefile.am: fixed Red Hat bug #86118 use libxml2.spec instead of libxml.spec * relaxng.c: fixed some of the error reporting excessive verbosity * catalog.c debugXML.c valid.c xmlreader.c xmlschemas.c xpath.c xmlschemastypes.c: removed some warnings from gcc * doc/libxml2-api.xml: rebuilt Daniel
Diffstat (limited to 'valid.c')
-rw-r--r--valid.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/valid.c b/valid.c
index b3b52c9f..599a818f 100644
--- a/valid.c
+++ b/valid.c
@@ -5326,7 +5326,8 @@ done:
*/
int
xmlValidatePopElement(xmlValidCtxtPtr ctxt, xmlDocPtr doc ATTRIBUTE_UNUSED,
- xmlNodePtr elem, const xmlChar *qname ATTRIBUTE_UNUSED) {
+ xmlNodePtr elem ATTRIBUTE_UNUSED,
+ const xmlChar *qname ATTRIBUTE_UNUSED) {
int ret = 1;
if ((ctxt->vstateNr > 0) && (ctxt->vstate != NULL)) {