=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/update.c,v retrieving revision 1.125 retrieving revision 1.126 diff -u -r1.125 -r1.126 --- src/usr.bin/cvs/update.c 2008/02/09 12:48:23 1.125 +++ src/usr.bin/cvs/update.c 2008/02/09 13:09:33 1.126 @@ -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 * @@ -70,6 +70,7 @@ reset_tag = 1; break; case 'C': + break; case 'D': dateflag = optarg; cvs_specified_date = cvs_date_parse(dateflag);