mirror of
https://github.com/curl/curl.git
synced 2026-04-15 01:11:40 +03:00
fix compiler warning: enumerated type mixed with another type
This commit is contained in:
parent
2acc92828f
commit
adb974960d
1 changed files with 1 additions and 1 deletions
|
|
@ -1289,7 +1289,7 @@ static CURLcode telnet_do(struct connectdata *conn, bool *done)
|
|||
if(event_select_func(sockfd, event_handle, FD_READ|FD_CLOSE) == SOCKET_ERROR) {
|
||||
close_event_func(event_handle);
|
||||
FreeLibrary(wsock2);
|
||||
return 0;
|
||||
return CURLE_OK;
|
||||
}
|
||||
|
||||
/* If stdin_handle is a pipe, use PeekNamedPipe() method to check it,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue