aboutsummaryrefslogtreecommitdiff
path: root/networking/httpd_indexcgi.c
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-08-22 10:46:44 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2007-08-22 10:46:44 +0000
commit5750782fca4241725a84c59e0bf781b3d141d43e (patch)
tree581d0d5893e34b5c2de840337ff748bc5aa4c88c /networking/httpd_indexcgi.c
parent764299819016e5fb400be2fccf12d8de248e4cef (diff)
downloadbusybox-5750782fca4241725a84c59e0bf781b3d141d43e.tar.gz
httpd: style fix in indexer example
Diffstat (limited to 'networking/httpd_indexcgi.c')
-rw-r--r--networking/httpd_indexcgi.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/networking/httpd_indexcgi.c b/networking/httpd_indexcgi.c
index b7e466c4c..def863224 100644
--- a/networking/httpd_indexcgi.c
+++ b/networking/httpd_indexcgi.c
@@ -220,10 +220,10 @@ int main(void)
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;