aboutsummaryrefslogtreecommitdiffstats
path: root/match.c
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2005-11-10 16:47:52 +0000
committerWayne Davison <wayned@samba.org>2005-11-10 16:47:52 +0000
commit86fc7e6880ed3687db1dbdf50c5271c8185eb45b (patch)
tree030c22c60b9a115976418a058949fb649e5a4d6a /match.c
parentacee11fc60cc685c1d6889f37d680f4ab214c93d (diff)
downloadandroid_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 'match.c')
-rw-r--r--match.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/match.c b/match.c
index 77b3a53c..f9412618 100644
--- a/match.c
+++ b/match.c
@@ -128,7 +128,6 @@ static void matched(int f, struct sum_struct *s, struct map_struct *buf,
sum_update(map_ptr(buf, last_match + j, n1), n1);
}
-
if (i >= 0)
last_match = offset + s->sums[i].len;
else