mirror of
https://github.com/sheumann/hush.git
synced 2024-12-27 01:32:08 +00:00
httpd: style fix in indexer example
This commit is contained in:
parent
7642998190
commit
5750782fca
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user