svn commit: trunk/busybox/networking
vda at busybox.net
vda at busybox.net
Wed Aug 22 03:46:45 PDT 2007
Author: vda
Date: 2007-08-22 03:46:44 -0700 (Wed, 22 Aug 2007)
New Revision: 19643
Log:
httpd: style fix in indexer example
Modified:
trunk/busybox/networking/httpd_indexcgi.c
Changeset:
Modified: trunk/busybox/networking/httpd_indexcgi.c
===================================================================
--- trunk/busybox/networking/httpd_indexcgi.c 2007-08-22 10:38:44 UTC (rev 19642)
+++ trunk/busybox/networking/httpd_indexcgi.c 2007-08-22 10:46:44 UTC (rev 19643)
@@ -220,10 +220,10 @@
dir_list_t *dir_list;
dir_list_t *cdir;
unsigned dir_list_count;
- unsigned count_dirs;
- unsigned count_files;
- unsigned long long size_total;
- int odd;
+ unsigned count_dirs;
+ unsigned count_files;
+ unsigned long long size_total;
+ int odd;
DIR *dirp;
char *QUERY_STRING;
More information about the busybox-cvs
mailing list