diff options
| author | Wayne Davison <wayned@samba.org> | 2003-12-24 01:46:07 +0000 |
|---|---|---|
| committer | Wayne Davison <wayned@samba.org> | 2003-12-24 01:46:07 +0000 |
| commit | 55bf051bbc5cb8d9dc4b6ef83905b1488447601b (patch) | |
| tree | 82037ba64e4bb93fd0cb121f641465001f159ed5 /io.c | |
| parent | 423dba8ea1327230ca267e4907b2739531734f91 (diff) | |
| download | android_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.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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(); } |
