From 7d495dfdfadb4ead83d7d13ad6e748255550e899 Mon Sep 17 00:00:00 2001 From: Joris Vink Date: Sat, 9 Feb 2008 13:09:34 +0000 Subject: missing break spotted by tobias@ --- usr.bin/cvs/update.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 * @@ -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); -- cgit v1.2.3