Fixed typo.

This commit is contained in:
Dan Fandrich 2005-03-22 01:24:27 +00:00
parent a712808006
commit 6c6dda1b74
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}