diff options
Diffstat (limited to 'usr.bin/rcs/ci.c')
-rw-r--r-- | usr.bin/rcs/ci.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/rcs/ci.c b/usr.bin/rcs/ci.c index 20c1bf6debb..867d7963030 100644 --- a/usr.bin/rcs/ci.c +++ b/usr.bin/rcs/ci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ci.c,v 1.170 2006/05/08 16:56:40 xsa Exp $ */ +/* $OpenBSD: ci.c,v 1.171 2006/05/09 12:33:42 ray Exp $ */ /* * Copyright (c) 2005, 2006 Niall O'Higgins <niallo@openbsd.org> * All rights reserved. @@ -199,7 +199,6 @@ checkin_main(int argc, char **argv) case 'V': printf("%s\n", rcs_version); exit(0); - /* NOTREACHED */ case 'w': if (pb.author != NULL) xfree(pb.author); |