fixed the no-ssl version to return int as well

This commit is contained in:
Daniel Stenberg 2004-02-19 15:39:06 +00:00
Родитель eebcf90942
Коммит 7729c63be0
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -251,7 +251,7 @@ int test(char *URL)
return i;
}
#else /* USE_SSLEAY */
CURLcode test(char *URL)
int test(char *URL)
{
(void)URL;
return CURLE_FAILED_INIT;