summaryrefslogtreecommitdiffstats
path: root/usr.bin/cvs/diff3.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/cvs/diff3.c')
-rw-r--r--usr.bin/cvs/diff3.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cvs/diff3.c b/usr.bin/cvs/diff3.c
index 9c1d202812a..ae5f1fd05c3 100644
--- a/usr.bin/cvs/diff3.c
+++ b/usr.bin/cvs/diff3.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: diff3.c,v 1.60 2016/10/15 22:20:17 millert Exp $ */
+/* $OpenBSD: diff3.c,v 1.61 2016/10/16 13:03:40 millert Exp $ */
/*
* Copyright (C) Caldera International Inc. 2001-2002.
@@ -786,7 +786,7 @@ edscript(int n)
int j, k;
char block[BUFSIZ+1];
- for (n = n; n > 0; n--) {
+ for (; n > 0; n--) {
if (!oflag || !overlap[n])
prange(&de[n].old);
else