mirror of
https://github.com/curl/curl.git
synced 2026-07-30 12:58:04 +03:00
Fixed typo.
This commit is contained in:
parent
a712808006
commit
6c6dda1b74
1 changed files with 1 additions and 1 deletions
|
|
@ -146,7 +146,7 @@ int Curl_select(curl_socket_t readfd, curl_socket_t writefd, int timeout_ms)
|
|||
VERIFY_SOCK(writefd);
|
||||
FD_SET(writefd, &fds_write);
|
||||
FD_SET(writefd, &fds_err);
|
||||
if (writefd > maxfd)s
|
||||
if (writefd > maxfd)
|
||||
maxfd = writefd;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue