
wrowe at apache
Jun 7, 2009, 9:48 PM
Post #1 of 1
(113 views)
Permalink
|
|
svn commit: r782521 - /httpd/mod_ftp/trunk/modules/ftp/ftp_util.c
|
|
Author: wrowe Date: Mon Jun 8 04:48:23 2009 New Revision: 782521 URL: http://svn.apache.org/viewvc?rev=782521&view=rev Log: whitespace Modified: httpd/mod_ftp/trunk/modules/ftp/ftp_util.c Modified: httpd/mod_ftp/trunk/modules/ftp/ftp_util.c URL: http://svn.apache.org/viewvc/httpd/mod_ftp/trunk/modules/ftp/ftp_util.c?rev=782521&r1=782520&r2=782521&view=diff ============================================================================== --- httpd/mod_ftp/trunk/modules/ftp/ftp_util.c (original) +++ httpd/mod_ftp/trunk/modules/ftp/ftp_util.c Mon Jun 8 04:48:23 2009 @@ -164,8 +164,8 @@ * Returns: ftp_direntry structure on success, NULL otherwise. */ static struct ftp_direntry *ftp_direntry_make(request_rec *r, - const char *name, - const char *pattern) + const char *name, + const char *pattern) { ftp_server_config *fsc = ftp_get_module_config(r->server->module_config); struct ftp_direntry *dirent;
|