mirror of https://github.com/mirror/busybox.git
httpd: style fix in indexer example
parent
7642998190
commit
5750782fca
networking
|
@ -220,10 +220,10 @@ int main(void)
|
||||||
dir_list_t *dir_list;
|
dir_list_t *dir_list;
|
||||||
dir_list_t *cdir;
|
dir_list_t *cdir;
|
||||||
unsigned dir_list_count;
|
unsigned dir_list_count;
|
||||||
unsigned count_dirs;
|
unsigned count_dirs;
|
||||||
unsigned count_files;
|
unsigned count_files;
|
||||||
unsigned long long size_total;
|
unsigned long long size_total;
|
||||||
int odd;
|
int odd;
|
||||||
DIR *dirp;
|
DIR *dirp;
|
||||||
char *QUERY_STRING;
|
char *QUERY_STRING;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue