Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
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