diff options
Diffstat (limited to 'docs/examples/multi-post.c')
-rw-r--r-- | docs/examples/multi-post.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/multi-post.c b/docs/examples/multi-post.c index 8b4f03e9e..13cfe6ff4 100644 --- a/docs/examples/multi-post.c +++ b/docs/examples/multi-post.c @@ -15,7 +15,7 @@ #include <curl/curl.h> -int main(int argc, char *argv[]) +int main(void) { CURL *curl; |