projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7642998
)
httpd: style fix in indexer example
author
Denis Vlasenko
<vda.linux@googlemail.com>
Wed, 22 Aug 2007 10:46:44 +0000
(10:46 -0000)
committer
Denis Vlasenko
<vda.linux@googlemail.com>
Wed, 22 Aug 2007 10:46:44 +0000
(10:46 -0000)
networking/httpd_indexcgi.c
patch
|
blob
|
history
diff --git
a/networking/httpd_indexcgi.c
b/networking/httpd_indexcgi.c
index b7e466c4cd99b664b24a4eb45617c4a6f0c7d80f..def86322421a4af8e986cfcedade58a0c7946ed5 100644
(file)
--- 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;