=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rcs/co.c,v retrieving revision 1.73 retrieving revision 1.74 diff -u -r1.73 -r1.74 --- src/usr.bin/rcs/co.c 2006/04/12 08:23:30 1.73 +++ src/usr.bin/rcs/co.c 2006/04/12 08:27:31 1.74 @@ -1,4 +1,4 @@ -/* $OpenBSD: co.c,v 1.73 2006/04/12 08:23:30 ray Exp $ */ +/* $OpenBSD: co.c,v 1.74 2006/04/12 08:27:31 deraadt Exp $ */ /* * Copyright (c) 2005 Joris Vink * All rights reserved. @@ -319,7 +319,7 @@ if ((verbose == 1) && !(flags & NEWFILE) && !(flags & CO_REVERT)) printf("revision %s", buf); - + if ((verbose == 1) && (flags & CO_REVERT)) printf("done");