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 ma...@apache.org on 2009/03/09 07:29:09 UTC

svn commit: r751599 - /webservices/axis2/trunk/c/src/core/engine/conf.c

Author: manjula
Date: Mon Mar  9 06:29:07 2009
New Revision: 751599

URL: http://svn.apache.org/viewvc?rev=751599&view=rev
Log:
Fixing the build break.

Modified:
    webservices/axis2/trunk/c/src/core/engine/conf.c

Modified: webservices/axis2/trunk/c/src/core/engine/conf.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/src/core/engine/conf.c?rev=751599&r1=751598&r2=751599&view=diff
==============================================================================
--- webservices/axis2/trunk/c/src/core/engine/conf.c (original)
+++ webservices/axis2/trunk/c/src/core/engine/conf.c Mon Mar  9 06:29:07 2009
@@ -1909,4 +1909,5 @@
     const axutil_env_t * env)
 {
 	return conf->handlers;
-}
\ No newline at end of file
+}
+