mirror of
https://github.com/curl/curl.git
synced 2026-07-30 19:28:03 +03:00
return 'res' to better discover test failures and to stop compiler warnings
about it never being used
This commit is contained in:
parent
648c5b05c0
commit
b440c6638f
1 changed files with 1 additions and 1 deletions
|
|
@ -28,6 +28,6 @@ int test(char *URL)
|
|||
curl_easy_cleanup(c);
|
||||
curl_multi_cleanup(m);
|
||||
|
||||
return 0;
|
||||
return res;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue