From 59939313f8452a9d817c178425c2ba3b91798ea9 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Wed, 18 Nov 2009 10:33:54 +0000 Subject: Make usage of calloc()'s arguments consistent with rest of code base --- lib/share.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/share.c') diff --git a/lib/share.c b/lib/share.c index 9eb8b99b9..5e5866c17 100644 --- a/lib/share.c +++ b/lib/share.c @@ -36,7 +36,7 @@ CURLSH * curl_share_init(void) { - struct Curl_share *share = calloc(sizeof(struct Curl_share), 1); + struct Curl_share *share = calloc(1, sizeof(struct Curl_share)); if(share) share->specifier |= (1<