You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by sa...@apache.org on 2005/12/19 10:24:50 UTC

svn commit: r357672 - /webservices/axis2/trunk/c/include/axis2_error.h

Author: samisa
Date: Mon Dec 19 01:24:44 2005
New Revision: 357672

URL: http://svn.apache.org/viewcvs?rev=357672&view=rev
Log:
Fixed error

Modified:
    webservices/axis2/trunk/c/include/axis2_error.h

Modified: webservices/axis2/trunk/c/include/axis2_error.h
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/include/axis2_error.h?rev=357672&r1=357671&r2=357672&view=diff
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_error.h (original)
+++ webservices/axis2/trunk/c/include/axis2_error.h Mon Dec 19 01:24:44 2005
@@ -272,7 +272,7 @@
         /* MEP Mismatch */
         AXIS2_ERROR_MEP_MISMATCH_IN_MEP_CLIENT,
         /** cannot infer transport from URL */
-        AXIS2_ERROR_CANNOT_INFER_TRANSPORTransport,
+        AXIS2_ERROR_CANNOT_INFER_TRANSPORT,
         /** Invalid SOAP version */
         AXIS2_ERROR_INVALID_SOAP_VERSION