From 3f456945906879de45d1933746d9719a17747661 Mon Sep 17 00:00:00 2001 From: xsa Date: Fri, 30 Dec 2005 16:42:13 +0000 Subject: minor style nits; --- usr.bin/cvs/annotate.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/cvs/annotate.c') 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 * 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) { -- cgit v1.2.3-59-g8ed1b