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-double.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/examples/multi-double.c') diff --git a/docs/examples/multi-double.c b/docs/examples/multi-double.c index 3ea106bf7..990fec36a 100644 --- a/docs/examples/multi-double.c +++ b/docs/examples/multi-double.c @@ -22,7 +22,7 @@ /* * Simply download two HTTP files! */ -int main(int argc, char **argv) +int main(void) { CURL *http_handle; CURL *http_handle2; -- cgit v1.2.3