extend the cleanup rule space cleanup Daniel

* Makefile.am: extend the cleanup rule
* xmlschemas.c: space cleanup
Daniel

svn path=/trunk/; revision=3737
This commit is contained in:
Daniel Veillard 2008-04-10 08:09:25 +00:00
parent c3e2435a9d
commit 33fe28885c
3 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
Thu Apr 10 10:07:00 CEST 2008 Daniel Veillard <daniel@veillard.com>
* Makefile.am: extend the cleanup rule
* xmlschemas.c: space cleanup
Wed Apr 9 19:43:25 CEST 2008 Rob Richards <rrichards@ctindustries.net>
* include/wsockcompat.h: support older win32 platforms when building

View File

@ -1105,6 +1105,7 @@ ModuleTests: testModule$(EXEEXT) testdso.la
cleanup:
-@(find . -name .\#\* -exec rm {} \;)
-@(find . -name \*.orig -o -name \*.rej -o -name \*.old -exec rm {} \;)
dist-hook: cleanup libxml2.spec
-cp libxml2.spec $(distdir)

View File

@ -28619,7 +28619,7 @@ xmlSchemaValidateStream(xmlSchemaValidCtxtPtr ctxt,
ret = ctxt->parserCtxt->errNo;
if (ret == 0)
ret = 1;
}
}
done:
ctxt->parserCtxt = NULL;