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 di...@apache.org on 2008/04/30 09:19:59 UTC

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

Author: dimuthu
Date: Wed Apr 30 00:19:59 2008
New Revision: 652313

URL: http://svn.apache.org/viewvc?rev=652313&view=rev
Log:
correction for the c style comment

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=652313&r1=652312&r2=652313&view=diff
==============================================================================
--- webservices/axis2/trunk/c/axiom/src/om/om_text.c (original)
+++ webservices/axis2/trunk/c/axiom/src/om/om_text.c Wed Apr 30 00:19:59 2008
@@ -225,7 +225,7 @@
             AXIS2_FREE(env->allocator, attribute_value);
             attribute_value = NULL;
 
-            if (!om_text->is_swa) // This is a hack to get SwA working
+            if (!om_text->is_swa) /* This is a hack to get SwA working */
             {
                 axiom_text_serialize_start_part(om_text, env, om_output);
             }
@@ -659,4 +659,4 @@
     AXIS2_PARAM_CHECK(env->error, om_text, AXIS2_FAILURE);
     om_text->is_swa = is_swa;
     return AXIS2_SUCCESS;
-}
\ No newline at end of file
+}



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