diff --git a/lib/multi.c b/lib/multi.c index e0280447c2..a5217ee2c6 100644 --- a/lib/multi.c +++ b/lib/multi.c @@ -629,7 +629,7 @@ static CURLcode multi_done(struct Curl_easy *data, if(CURLE_ABORTED_BY_CALLBACK != result) { /* avoid this if we already aborted by callback to avoid this calling another callback */ - CURLcode rc = Curl_pgrsDone(data); + int rc = Curl_pgrsDone(data); if(!result && rc) result = CURLE_ABORTED_BY_CALLBACK; }