diff options
| author | Wayne Davison <wayned@samba.org> | 2005-11-10 16:47:52 +0000 |
|---|---|---|
| committer | Wayne Davison <wayned@samba.org> | 2005-11-10 16:47:52 +0000 |
| commit | 86fc7e6880ed3687db1dbdf50c5271c8185eb45b (patch) | |
| tree | 030c22c60b9a115976418a058949fb649e5a4d6a /uidlist.c | |
| parent | acee11fc60cc685c1d6889f37d680f4ab214c93d (diff) | |
| download | android_external_rsync-86fc7e6880ed3687db1dbdf50c5271c8185eb45b.tar.gz android_external_rsync-86fc7e6880ed3687db1dbdf50c5271c8185eb45b.tar.bz2 android_external_rsync-86fc7e6880ed3687db1dbdf50c5271c8185eb45b.zip | |
Got rid of a superfluous newline.
Diffstat (limited to 'uidlist.c')
| -rw-r--r-- | uidlist.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -324,7 +324,6 @@ void recv_uid_list(int f, struct file_list *flist) } } - if (preserve_gid && !numeric_ids) { /* read the gid list */ while ((id = read_int(f)) != 0) { |
