aboutsummaryrefslogtreecommitdiff
path: root/networking/httpd_indexcgi.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2022-05-01 17:06:00 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2022-05-01 17:06:00 +0200
commit9b6f44e0403f9214343bdafd054a628aa1506630 (patch)
tree64f7e35e2e92f8927c1f9882738b5e015dcf1f65 /networking/httpd_indexcgi.c
parenta157c4c978d3e984f3cb7e2fc02d5ce428d5f82e (diff)
downloadbusybox-w32-9b6f44e0403f9214343bdafd054a628aa1506630.tar.gz
busybox-w32-9b6f44e0403f9214343bdafd054a628aa1506630.tar.bz2
busybox-w32-9b6f44e0403f9214343bdafd054a628aa1506630.zip
style fix
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/httpd_indexcgi.c')
-rw-r--r--networking/httpd_indexcgi.c2
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
214int main(int argc, char *argv[]) 214int 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;