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
Родитель 648c5b05c0
Коммит b440c6638f
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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