libxml2 r3737 - trunk



Author: veillard
Date: Thu Apr 10 09:09:25 2008
New Revision: 3737
URL: http://svn.gnome.org/viewvc/libxml2?rev=3737&view=rev

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


Modified:
   trunk/ChangeLog
   trunk/Makefile.am
   trunk/xmlschemas.c

Modified: trunk/Makefile.am
==============================================================================
--- trunk/Makefile.am	(original)
+++ trunk/Makefile.am	Thu Apr 10 09:09:25 2008
@@ -1105,6 +1105,7 @@
 
 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)

Modified: trunk/xmlschemas.c
==============================================================================
--- trunk/xmlschemas.c	(original)
+++ trunk/xmlschemas.c	Thu Apr 10 09:09:25 2008
@@ -28619,7 +28619,7 @@
 	ret = ctxt->parserCtxt->errNo;
 	if (ret == 0)
 	    ret = 1;
-    }    
+    }
 
 done:
     ctxt->parserCtxt = NULL;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]