aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/multi-app.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2010-12-17 23:34:26 +0100
committerDaniel Stenberg <daniel@haxx.se>2010-12-17 23:34:26 +0100
commit9583b4af9057c9e35ec3dd3270d4c4813b5f7aaa (patch)
treee50544f244a6243aec3d72a559375c17b83f25bb /docs/examples/multi-app.c
parent8219bc9e19c78ec4617ae5311b4ea64c49763ff6 (diff)
examples: fix compiler warnings
Diffstat (limited to 'docs/examples/multi-app.c')
-rw-r--r--docs/examples/multi-app.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/multi-app.c b/docs/examples/multi-app.c
index 6ba131830..29b07aba1 100644
--- a/docs/examples/multi-app.c
+++ b/docs/examples/multi-app.c
@@ -27,7 +27,7 @@
#define HTTP_HANDLE 0 /* Index for the HTTP transfer */
#define FTP_HANDLE 1 /* Index for the FTP transfer */
-int main(int argc, char **argv)
+int main(void)
{
CURL *handles[HANDLECOUNT];
CURLM *multi_handle;