From 9583b4af9057c9e35ec3dd3270d4c4813b5f7aaa Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 17 Dec 2010 23:34:26 +0100 Subject: examples: fix compiler warnings --- docs/examples/multi-post.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/examples/multi-post.c') 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 -int main(int argc, char *argv[]) +int main(void) { CURL *curl; -- cgit v1.2.3