summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/update.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/cvs/update.c')
-rw-r--r--usr.bin/cvs/update.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/cvs/update.c b/usr.bin/cvs/update.c
index 4a22497eba4..de422f54034 100644
--- a/usr.bin/cvs/update.c
+++ b/usr.bin/cvs/update.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: update.c,v 1.125 2008/02/09 12:48:23 joris Exp $ */
+/* $OpenBSD: update.c,v 1.126 2008/02/09 13:09:33 joris Exp $ */
/*
* Copyright (c) 2006 Joris Vink <joris@openbsd.org>
*
@@ -70,6 +70,7 @@ cvs_update(int argc, char **argv)
reset_tag = 1;
break;
case 'C':
+ break;
case 'D':
dateflag = optarg;
cvs_specified_date = cvs_date_parse(dateflag);