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
parent eebcf90942
commit 7729c63be0

View File

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