summaryrefslogtreecommitdiff
path: root/xmlschemas.c
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2008-04-10 08:09:25 +0000
committerDaniel Veillard <veillard@src.gnome.org>2008-04-10 08:09:25 +0000
commit33fe28885c32238624a1bd78c865ddb51fac4059 (patch)
tree323978ee3076229693356d9c2eac460ac521b85c /xmlschemas.c
parentc3e2435a9defd90c6abdac75404291f757725d1a (diff)
downloadlibxml2-33fe28885c32238624a1bd78c865ddb51fac4059.tar.gz
extend the cleanup rule space cleanup Daniel
* Makefile.am: extend the cleanup rule * xmlschemas.c: space cleanup Daniel svn path=/trunk/; revision=3737
Diffstat (limited to 'xmlschemas.c')
-rw-r--r--xmlschemas.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlschemas.c b/xmlschemas.c
index d57ba9f1..f2d49f18 100644
--- a/xmlschemas.c
+++ b/xmlschemas.c
@@ -28619,7 +28619,7 @@ xmlSchemaValidateStream(xmlSchemaValidCtxtPtr ctxt,
ret = ctxt->parserCtxt->errNo;
if (ret == 0)
ret = 1;
- }
+ }
done:
ctxt->parserCtxt = NULL;