mirror of
https://github.com/moparisthebest/curl
synced 2024-11-04 08:35:05 -05:00
lib583: fix enum mixup
grrr the previous follow-up to 17fcdf6a31
was wrong
This commit is contained in:
parent
ab213d60ed
commit
558dffe306
@ -36,7 +36,7 @@ int test(char *URL)
|
||||
CURLM *multiHandle = NULL;
|
||||
CURL *curl = NULL;
|
||||
CURLcode res = CURLE_OK;
|
||||
CURLMcode mres = CURLE_OK;
|
||||
CURLMcode mres;
|
||||
|
||||
global_init(CURL_GLOBAL_ALL);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user