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 na...@apache.org on 2007/08/29 08:00:26 UTC

svn commit: r570648 - /webservices/axis2/trunk/c/axiom/src/om/om_text.c

Author: nandika
Date: Tue Aug 28 23:00:25 2007
New Revision: 570648

URL: http://svn.apache.org/viewvc?rev=570648&view=rev
Log:
compiler warning fixed

Modified:
    webservices/axis2/trunk/c/axiom/src/om/om_text.c

Modified: webservices/axis2/trunk/c/axiom/src/om/om_text.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/src/om/om_text.c?rev=570648&r1=570647&r2=570648&view=diff
==============================================================================
--- webservices/axis2/trunk/c/axiom/src/om/om_text.c (original)
+++ webservices/axis2/trunk/c/axiom/src/om/om_text.c Tue Aug 28 23:00:25 2007
@@ -296,7 +296,7 @@
 AXIS2_EXTERN axis2_status_t AXIS2_CALL
 axiom_text_set_optimize(axiom_text_t *om_text,
     const axutil_env_t *env,
-    const axis2_bool_t optimize)
+    axis2_bool_t optimize)
 {
     AXIS2_ENV_CHECK(env, AXIS2_FAILURE);
     AXIS2_PARAM_CHECK(env->error , om_text, AXIS2_FAILURE);



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org