mirror of
https://github.com/curl/curl.git
synced 2026-06-19 23:25:38 +03:00
lib583: fix enum mixup
grrr the previous follow-up to 17fcdf6a31 was wrong
This commit is contained in:
parent
ab213d60ed
commit
558dffe306
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue