diff options
Diffstat (limited to 'libs/libcurl/src/ftp.h')
-rw-r--r-- | libs/libcurl/src/ftp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/libcurl/src/ftp.h b/libs/libcurl/src/ftp.h index 984347f2a3..06421c6a40 100644 --- a/libs/libcurl/src/ftp.h +++ b/libs/libcurl/src/ftp.h @@ -150,7 +150,6 @@ struct ftp_conn { connection to */ char *newhost; /* this is the pair to connect the DATA... */ unsigned short newport; /* connection to */ - }; #define DEFAULT_ACCEPT_TIMEOUT 60000 /* milliseconds == one minute */ |