From: Denis Vlasenko Date: Wed, 22 Aug 2007 10:46:44 +0000 (-0000) Subject: httpd: style fix in indexer example X-Git-Tag: 1_7_0~7 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=5750782fca4241725a84c59e0bf781b3d141d43e;p=oweals%2Fbusybox.git httpd: style fix in indexer example --- 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;