aboutsummaryrefslogtreecommitdiffstats
path: root/io.c
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2003-12-24 01:46:07 +0000
committerWayne Davison <wayned@samba.org>2003-12-24 01:46:07 +0000
commit55bf051bbc5cb8d9dc4b6ef83905b1488447601b (patch)
tree82037ba64e4bb93fd0cb121f641465001f159ed5 /io.c
parent423dba8ea1327230ca267e4907b2739531734f91 (diff)
downloadandroid_external_rsync-55bf051bbc5cb8d9dc4b6ef83905b1488447601b.tar.gz
android_external_rsync-55bf051bbc5cb8d9dc4b6ef83905b1488447601b.tar.bz2
android_external_rsync-55bf051bbc5cb8d9dc4b6ef83905b1488447601b.zip
Getting rid of an extra newline that accidentally crept into the code.
Diffstat (limited to 'io.c')
-rw-r--r--io.c1
1 files changed, 0 insertions, 1 deletions
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();
}