diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-08-22 10:46:44 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-08-22 10:46:44 +0000 |
commit | 5750782fca4241725a84c59e0bf781b3d141d43e (patch) | |
tree | 581d0d5893e34b5c2de840337ff748bc5aa4c88c | |
parent | 764299819016e5fb400be2fccf12d8de248e4cef (diff) | |
download | busybox-w32-5750782fca4241725a84c59e0bf781b3d141d43e.tar.gz busybox-w32-5750782fca4241725a84c59e0bf781b3d141d43e.tar.bz2 busybox-w32-5750782fca4241725a84c59e0bf781b3d141d43e.zip |
httpd: style fix in indexer example
-rw-r--r-- | networking/httpd_indexcgi.c | 8 |
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) | |||
220 | dir_list_t *dir_list; | 220 | dir_list_t *dir_list; |
221 | dir_list_t *cdir; | 221 | dir_list_t *cdir; |
222 | unsigned dir_list_count; | 222 | unsigned dir_list_count; |
223 | unsigned count_dirs; | 223 | unsigned count_dirs; |
224 | unsigned count_files; | 224 | unsigned count_files; |
225 | unsigned long long size_total; | 225 | unsigned long long size_total; |
226 | int odd; | 226 | int odd; |
227 | DIR *dirp; | 227 | DIR *dirp; |
228 | char *QUERY_STRING; | 228 | char *QUERY_STRING; |
229 | 229 | ||