Loading tests/libtest/lib500.c +1 −1 Original line number Diff line number Diff line Loading @@ -8,6 +8,6 @@ int test(char *URL) curl_easy_setopt(curl, CURLOPT_HEADER, TRUE); res = curl_easy_perform(curl); curl_easy_cleanup(curl); return res; return (int)res; } Loading
tests/libtest/lib500.c +1 −1 Original line number Diff line number Diff line Loading @@ -8,6 +8,6 @@ int test(char *URL) curl_easy_setopt(curl, CURLOPT_HEADER, TRUE); res = curl_easy_perform(curl); curl_easy_cleanup(curl); return res; return (int)res; }