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 2007/03/26 12:12:51 UTC

svn commit: r522471 - /webservices/axis2/trunk/c/axiom/src/om/om_element.c

Author: samisa
Date: Mon Mar 26 03:12:44 2007
New Revision: 522471

URL: http://svn.apache.org/viewvc?view=rev&rev=522471
Log:
typo fix

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

Modified: webservices/axis2/trunk/c/axiom/src/om/om_element.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/src/om/om_element.c?view=diff&rev=522471&r1=522470&r2=522471
==============================================================================
--- webservices/axis2/trunk/c/axiom/src/om/om_element.c (original)
+++ webservices/axis2/trunk/c/axiom/src/om/om_element.c Mon Mar 26 03:12:44 2007
@@ -254,7 +254,9 @@
                     return default_ns;
                 }
                 else
+                {
                     return NULL;
+                }
             }
             /** prefix is null , so iterate the namespaces hash to find the namespace */
             for (hashindex = axis2_hash_first(om_element->namespaces, env);



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