Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-08-22 14:46:44 +0400
committerDenis Vlasenko <vda.linux@googlemail.com>2007-08-22 14:46:44 +0400
commit5750782fca4241725a84c59e0bf781b3d141d43e (patch)
tree581d0d5893e34b5c2de840337ff748bc5aa4c88c
parent764299819016e5fb400be2fccf12d8de248e4cef (diff)
httpd: style fix in indexer example
-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;