summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/getlog.c
diff options
context:
space:
mode:
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;