summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSterling Hughes <sterling@bumblebury.com>2001-08-15 06:54:16 +0000
committerSterling Hughes <sterling@bumblebury.com>2001-08-15 06:54:16 +0000
commitbff5f1b9441e9b950ebb25bdb9b61d92ea036c79 (patch)
treeb81d34cad48bf166369f004383d6558fd3c53ab7
parent6e22b74253ff77a0ca2964789d740701a97a073c (diff)
downloadgnurl-bff5f1b9441e9b950ebb25bdb9b61d92ea036c79.tar.gz
gnurl-bff5f1b9441e9b950ebb25bdb9b61d92ea036c79.tar.bz2
gnurl-bff5f1b9441e9b950ebb25bdb9b61d92ea036c79.zip
must merge before commit
must merge before commit must merge before commit
-rw-r--r--lib/ftp.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/ftp.c b/lib/ftp.c
index 5270ab021..2537ed789 100644
--- a/lib/ftp.c
+++ b/lib/ftp.c
@@ -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;