mirror of
https://github.com/moparisthebest/curl
synced 2024-11-11 20:15:03 -05:00
fix return type to silence compiler warnings
This commit is contained in:
parent
0c7cb0c10f
commit
690b3e58b2
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user