diff options
Diffstat (limited to 'lib/ftp.c')
-rw-r--r-- | lib/ftp.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -425,7 +425,7 @@ errxit: return rc; } -static int copyData(/*@only@*/FD_t sfd, FD_t tfd) { +static int copyData( /*@only@*/ FD_t sfd, FD_t tfd) { char buf[BUFFER_SIZE]; fd_set emptySet, readSet; struct timeval timeout; |