summaryrefslogtreecommitdiff
path: root/networking/httpd_ssi.c
diff options
context:
space:
mode:
authorDenys Vlasenko2022-05-01 17:06:00 +0200
committerDenys Vlasenko2022-05-01 17:06:00 +0200
commit9b6f44e0403f9214343bdafd054a628aa1506630 (patch)
tree64f7e35e2e92f8927c1f9882738b5e015dcf1f65 /networking/httpd_ssi.c
parenta157c4c978d3e984f3cb7e2fc02d5ce428d5f82e (diff)
downloadbusybox-9b6f44e0403f9214343bdafd054a628aa1506630.zip
busybox-9b6f44e0403f9214343bdafd054a628aa1506630.tar.gz
style fix
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/httpd_ssi.c')
-rw-r--r--networking/httpd_ssi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/httpd_ssi.c b/networking/httpd_ssi.c
index 4bd9a6d..620b963 100644
--- a/networking/httpd_ssi.c
+++ b/networking/httpd_ssi.c
@@ -143,7 +143,7 @@ static void process_includes(const char *filename)
fclose(fp);
}
-int main(int argc, char *argv[])
+int main(int argc, char **argv)
{
if (!argv[1])
return 1;