mirror of
https://github.com/moparisthebest/curl
synced 2024-11-11 12:05:06 -05:00
return an int, not a CURLcode
This commit is contained in:
parent
4d17e77532
commit
d25a0a1bc8
@ -16,7 +16,7 @@
|
||||
int test(char *URL)
|
||||
{
|
||||
CURL *c;
|
||||
CURLcode ret=CURLE_OK;
|
||||
int ret=0;
|
||||
CURLM *m;
|
||||
fd_set rd, wr, exc;
|
||||
CURLMcode res;
|
||||
|
Loading…
Reference in New Issue
Block a user