You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by sh...@apache.org on 2008/12/22 10:02:17 UTC

svn commit: r728630 - /webservices/axis2/trunk/c/guththila/include/guththila_error.h

Author: shankar
Date: Mon Dec 22 01:02:17 2008
New Revision: 728630

URL: http://svn.apache.org/viewvc?rev=728630&view=rev
Log:
Fix for issue AXIS2C-1269

Modified:
    webservices/axis2/trunk/c/guththila/include/guththila_error.h

Modified: webservices/axis2/trunk/c/guththila/include/guththila_error.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/guththila/include/guththila_error.h?rev=728630&r1=728629&r2=728630&view=diff
==============================================================================
--- webservices/axis2/trunk/c/guththila/include/guththila_error.h (original)
+++ webservices/axis2/trunk/c/guththila/include/guththila_error.h Mon Dec 22 01:02:17 2008
@@ -24,7 +24,7 @@
     GUTHTHILA_VALIDITY_ERROR,
     GUTHTHILA_VALIDITY_WARNING,
     GUTHTHILA_PARSER_ERROR,
-    GUTHTHILA_PARSER_WARNING,
+    GUTHTHILA_PARSER_WARNING
 } guththila_error_level;
 enum guththila_error_codes
 {