return 'res' to better discover test failures and to stop compiler warnings
about it never being used
This commit is contained in:
Родитель
648c5b05c0
Коммит
b440c6638f
|
@ -28,6 +28,6 @@ int test(char *URL)
|
|||
curl_easy_cleanup(c);
|
||||
curl_multi_cleanup(m);
|
||||
|
||||
return 0;
|
||||
return res;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче