summaryrefslogtreecommitdiff
path: root/usr.bin/rcs/co.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/rcs/co.c')
-rw-r--r--usr.bin/rcs/co.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/rcs/co.c b/usr.bin/rcs/co.c
index 3700c99f60e..3313b1d1f5c 100644
--- a/usr.bin/rcs/co.c
+++ b/usr.bin/rcs/co.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: co.c,v 1.61 2006/03/16 04:01:46 ray Exp $ */
+/* $OpenBSD: co.c,v 1.62 2006/03/16 04:04:57 ray Exp $ */
/*
* Copyright (c) 2005 Joris Vink <joris@openbsd.org>
* All rights reserved.
@@ -111,6 +111,7 @@ checkout_main(int argc, char **argv)
case 'V':
printf("%s\n", rcs_version);
exit(0);
+ /* NOTREACHED */
case 'w':
/* if no argument, assume current user */
if (rcs_optarg == NULL) {