diff options
Diffstat (limited to 'networking/httpd_indexcgi.c')
-rw-r--r-- | networking/httpd_indexcgi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/httpd_indexcgi.c b/networking/httpd_indexcgi.c index 47b1159f4..edaaad566 100644 --- a/networking/httpd_indexcgi.c +++ b/networking/httpd_indexcgi.c | |||
@@ -211,7 +211,7 @@ static void fmt_04u(/*char *dst,*/ unsigned n) | |||
211 | fmt_02u(n % 100); | 211 | fmt_02u(n % 100); |
212 | } | 212 | } |
213 | 213 | ||
214 | int main(int argc, char *argv[]) | 214 | int main(int argc, char **argv) |
215 | { | 215 | { |
216 | dir_list_t *dir_list; | 216 | dir_list_t *dir_list; |
217 | dir_list_t *cdir; | 217 | dir_list_t *cdir; |