summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/getlog.c
diff options
context:
space:
mode:
authorTobias Stoeckmann <tobias@cvs.openbsd.org>2008-01-12 22:39:33 +0000
committerTobias Stoeckmann <tobias@cvs.openbsd.org>2008-01-12 22:39:33 +0000
commit8b5e37d51faa2e2099fa0e888449fce59ac1ef87 (patch)
treeb181be9e06cfbfd379d67044c4828d6668776d2b /usr.bin/cvs/getlog.c
parentea3fa005f0f5e5a86763b936a53b66dee636ba91 (diff)
Added missing break statements.
OK xsa@ > Diff from Igor Zinovik <zinovik at cs dot karelia dot ru>
Diffstat (limited to 'usr.bin/cvs/getlog.c')
-rw-r--r--usr.bin/cvs/getlog.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/cvs/getlog.c b/usr.bin/cvs/getlog.c
index d99f5eb4c2a..0e4d17c8ad3 100644
--- a/usr.bin/cvs/getlog.c
+++ b/usr.bin/cvs/getlog.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: getlog.c,v 1.79 2008/01/10 11:25:27 tobias Exp $ */
+/* $OpenBSD: getlog.c,v 1.80 2008/01/12 22:39:32 tobias Exp $ */
/*
* Copyright (c) 2005, 2006 Xavier Santolaria <xsa@openbsd.org>
* Copyright (c) 2006 Joris Vink <joris@openbsd.org>
@@ -82,6 +82,7 @@ cvs_getlog(int argc, char **argv)
break;
case 'R':
runflags |= L_NAME;
+ break;
case 'r':
logrev = optarg;
break;