summaryrefslogtreecommitdiffstats
path: root/usr.bin/cvs/annotate.c
diff options
context:
space:
mode:
authorxsa <xsa@openbsd.org>2005-12-30 16:42:13 +0000
committerxsa <xsa@openbsd.org>2005-12-30 16:42:13 +0000
commit3f456945906879de45d1933746d9719a17747661 (patch)
treead216e8509622e84e175d7c38aae68af797efdc6 /usr.bin/cvs/annotate.c
parentDisable lint for libraries. (diff)
downloadwireguard-openbsd-3f456945906879de45d1933746d9719a17747661.tar.xz
wireguard-openbsd-3f456945906879de45d1933746d9719a17747661.zip
minor style nits;
Diffstat (limited to 'usr.bin/cvs/annotate.c')
-rw-r--r--usr.bin/cvs/annotate.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cvs/annotate.c b/usr.bin/cvs/annotate.c
index 065dd6c7f97..a0bdc9be7b2 100644
--- a/usr.bin/cvs/annotate.c
+++ b/usr.bin/cvs/annotate.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: annotate.c,v 1.25 2005/12/30 02:03:28 joris Exp $ */
+/* $OpenBSD: annotate.c,v 1.26 2005/12/30 16:42:13 xsa Exp $ */
/*
* Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org>
* All rights reserved.
@@ -101,7 +101,7 @@ static int
cvs_annotate_pre_exec(struct cvsroot *root)
{
if (root->cr_method != CVS_METHOD_LOCAL) {
- if (usehead)
+ if (usehead == 1)
cvs_sendarg(root, "-f", 0);
if (rev != NULL) {