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

return 'res' to better discover test failures and to stop compiler warnings

about it never being used
parent 648c5b05
No related branches found
No related tags found
No related merge requests found
......@@ -28,6 +28,6 @@ int test(char *URL)
curl_easy_cleanup(c);
curl_multi_cleanup(m);
return 0;
return 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