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 pi...@apache.org on 2008/03/17 12:02:21 UTC

svn commit: r637834 - /webservices/axis2/trunk/c/util/src/dir_handler.c

Author: pini
Date: Mon Mar 17 04:02:10 2008
New Revision: 637834

URL: http://svn.apache.org/viewvc?rev=637834&view=rev
Log:
Fixed typos

Modified:
    webservices/axis2/trunk/c/util/src/dir_handler.c

Modified: webservices/axis2/trunk/c/util/src/dir_handler.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/util/src/dir_handler.c?rev=637834&r1=637833&r2=637834&view=diff
==============================================================================
--- webservices/axis2/trunk/c/util/src/dir_handler.c (original)
+++ webservices/axis2/trunk/c/util/src/dir_handler.c Mon Mar 17 04:02:10 2008
@@ -50,8 +50,8 @@
  */
 AXIS2_EXTERN axutil_array_list_t *AXIS2_CALL
 axutil_dir_handler_list_services_or_modules_in_dir(
-    const axutil_env_t * env,
-    const axis2_char_t * pathname)
+    const axutil_env_t *env,
+    const axis2_char_t *pathname)
 {
     axutil_array_list_t *file_list = NULL;
     struct stat *buf = NULL;
@@ -75,7 +75,7 @@
     {
         axutil_array_list_free(file_list, env);
         AXIS2_LOG_DEBUG(env->log, AXIS2_LOG_SI, "No files in the path %s.",
-                        pathname);
+            pathname);
         return NULL;
     }
 
@@ -181,8 +181,8 @@
  */
 AXIS2_EXTERN axutil_array_list_t *AXIS2_CALL
 axutil_dir_handler_list_service_or_module_dirs(
-    const axutil_env_t * env,
-    const axis2_char_t * pathname)
+    const axutil_env_t *env,
+    const axis2_char_t *pathname)
 {
     axutil_array_list_t *file_list = NULL;
     struct stat *buf = NULL;
@@ -208,7 +208,6 @@
 #ifdef AXIS2_ARCHIVE_ENABLED
     axis2_archive_extract();
 #endif
-
 
     count = AXIS2_SCANDIR(pathname, &files, dir_select, AXIS2_ALPHASORT);
     AXIS2_CHDIR(cwd);



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