Commit 8d62e210 authored by Sterling Hughes's avatar Sterling Hughes
Browse files

looks better on one line (testing the cvs diffing via mail, but I also think

this looks a bit better ;)
parent 25fe47f2
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -636,8 +636,7 @@ CURLcode ftp_sendquote(struct connectdata *conn, struct curl_slist *quote)
    if (item->data) {
      FTPSENDF(conn, "%s", item->data);

      nread = Curl_GetFTPResponse(
                                  conn->data->state.buffer, conn, &ftpcode);
      nread = Curl_GetFTPResponse(conn->data->state.buffer, conn, &ftpcode);
      if (nread < 0)
        return CURLE_OPERATION_TIMEOUTED;