Author: shankar
Date: Wed Feb  3 09:55:27 2010
New Revision: 905962

URL: http://svn.apache.org/viewvc?rev=905962&view=rev
Log: (empty)

Modified:
    webservices/rampart/trunk/c/src/core/mod_rampart.c

Modified: webservices/rampart/trunk/c/src/core/mod_rampart.c
URL: 
http://svn.apache.org/viewvc/webservices/rampart/trunk/c/src/core/mod_rampart.c?rev=905962&r1=905961&r2=905962&view=diff
==============================================================================
--- webservices/rampart/trunk/c/src/core/mod_rampart.c (original)
+++ webservices/rampart/trunk/c/src/core/mod_rampart.c Wed Feb  3 09:55:27 2010
@@ -37,7 +37,9 @@
     axis2_module_t *module,
     const axutil_env_t *env);
 
-static const axis2_module_ops_t addr_module_ops_var = { rampart_mod_init, 
rampart_mod_shutdown,
+static const axis2_module_ops_t addr_module_ops_var = {
+    rampart_mod_init,
+    rampart_mod_shutdown,
     rampart_mod_fill_handler_create_func_map };
 
 axis2_module_t *


Reply via email to