diff options
author | Sterling Hughes <sterling@bumblebury.com> | 2001-08-15 06:54:16 +0000 |
---|---|---|
committer | Sterling Hughes <sterling@bumblebury.com> | 2001-08-15 06:54:16 +0000 |
commit | bff5f1b9441e9b950ebb25bdb9b61d92ea036c79 (patch) | |
tree | b81d34cad48bf166369f004383d6558fd3c53ab7 | |
parent | 6e22b74253ff77a0ca2964789d740701a97a073c (diff) |
must merge before commit
must merge before commit
must merge before commit
-rw-r--r-- | lib/ftp.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -600,8 +600,7 @@ CURLcode Curl_ftp_done(struct connectdata *conn) } - -static CURLCode _ftp_sendquote(struct connectdata *conn, struct curl_slist *quote) +static CURLcode _ftp_sendquote(struct connectdata *conn, struct curl_slist *quote) { struct curl_slist *item; ssize_t nread; |