Commit 6c6dda1b authored by Dan Fandrich's avatar Dan Fandrich
Browse files

Fixed typo.

parent a7128080
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
  }