mirror of
https://github.com/curl/curl.git
synced 2026-07-24 13:07:16 +03:00
return an int, not a CURLcode
This commit is contained in:
parent
4d17e77532
commit
d25a0a1bc8
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue