diff options
author | Sterling Hughes <sterling@bumblebury.com> | 2001-11-15 14:16:13 +0000 |
---|---|---|
committer | Sterling Hughes <sterling@bumblebury.com> | 2001-11-15 14:16:13 +0000 |
commit | 8d62e210729fd6f4a5816e80d0c981b212022ce7 (patch) | |
tree | 112b71587f8761e2eb32ef451588826dc080db4d | |
parent | 25fe47f2624b37707dc4e96edb209a83f3e843e8 (diff) |
looks better on one line (testing the cvs diffing via mail, but I also think
this looks a bit better ;)
-rw-r--r-- | lib/ftp.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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; |