From 55bf051bbc5cb8d9dc4b6ef83905b1488447601b Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Wed, 24 Dec 2003 01:46:07 +0000 Subject: [PATCH] Getting rid of an extra newline that accidentally crept into the code. --- io.c | 1 - 1 file changed, 1 deletion(-) 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(); } -- 2.34.1