lib583: fix enum mixup

grrr the previous follow-up to 17fcdf6a31 was wrong
This commit is contained in:
Daniel Stenberg 2020-09-08 22:47:17 +02:00
parent ab213d60ed
commit 558dffe306
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
1 changed files with 1 additions and 1 deletions

View File

@ -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);