expat/lib expat.h,1.71,1.72

"Karl Waclawek" <[email protected]> Fri, 24 Sep 2004 06:06:33 -0700
Newsgroups gmane.text.xml.expat.cvs
Message-ID <[email protected]>
Update of /cvsroot/expat/expat/lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32472

Modified Files:
	expat.h 
Log Message:
Removed last comma in enum XML_Status declaration to improve
compiler compatibility.

Index: expat.h
===================================================================
RCS file: /cvsroot/expat/expat/lib/expat.h,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -d -r1.71 -r1.72
--- expat.h	10 Aug 2004 17:34:18 -0000	1.71
+++ expat.h	24 Sep 2004 13:06:29 -0000	1.72
@@ -47,7 +47,7 @@
 #define XML_STATUS_ERROR XML_STATUS_ERROR
   XML_STATUS_OK = 1,
 #define XML_STATUS_OK XML_STATUS_OK
-  XML_STATUS_SUSPENDED = 2,
+  XML_STATUS_SUSPENDED = 2
 #define XML_STATUS_SUSPENDED XML_STATUS_SUSPENDED
 };