From: Wayne Davison Date: Wed, 24 Dec 2003 01:46:07 +0000 (+0000) Subject: Getting rid of an extra newline that accidentally crept into the code. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/55bf051bbc5cb8d9dc4b6ef83905b1488447601b Getting rid of an extra newline that accidentally crept into the code. --- diff --git a/io.c b/io.c index 3ca13df5..84a85bb3 100644 --- a/io.c +++ b/io.c @@ -270,7 +270,6 @@ static int read_timeout(int fd, char *buf, size_t len) continue; } - if (io_error_fd != -1 && FD_ISSET(io_error_fd, &r_fds)) { read_error_fd(); }