From: Daniel Stenberg Date: Thu, 5 Feb 2004 09:38:10 +0000 (+0000) Subject: fix return type to silence compiler warnings X-Git-Tag: cares-1_1_0~344 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=690b3e58b2a19879f6e94e0f154438fdc186a117;p=curl fix return type to silence compiler warnings --- diff --git a/lib/telnet.c b/lib/telnet.c index eb96cad08..bdc354272 100644 --- a/lib/telnet.c +++ b/lib/telnet.c @@ -741,7 +741,7 @@ static void printsub(struct SessionHandle *data, } } -static int check_telnet_options(struct connectdata *conn) +static CURLcode check_telnet_options(struct connectdata *conn) { struct curl_slist *head; char option_keyword[128];