Skip to content
Snippets Groups Projects
Commit 6c6dda1b authored by Dan Fandrich's avatar Dan Fandrich
Browse files

Fixed typo.

parent a7128080
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment