diff options
-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) 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; |