Skip to content
Snippets Groups Projects
Commit d25a0a1b authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

return an int, not a CURLcode

parent 4d17e775
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment