mirror of
https://github.com/moparisthebest/curl
synced 2025-02-28 17:31:46 -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;
|
struct curl_slist *head;
|
||||||
char option_keyword[128];
|
char option_keyword[128];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user