1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

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

about it never being used
This commit is contained in:
Daniel Stenberg 2004-02-09 08:28:00 +00:00
parent 648c5b05c0
commit b440c6638f

View File

@ -28,6 +28,6 @@ int test(char *URL)
curl_easy_cleanup(c); curl_easy_cleanup(c);
curl_multi_cleanup(m); curl_multi_cleanup(m);
return 0; return res;
} }