diff options
Diffstat (limited to 'games/cribbage/io.c')
-rw-r--r-- | games/cribbage/io.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/cribbage/io.c b/games/cribbage/io.c index 01b60e1986dd..798af1ab3fc1 100644 --- a/games/cribbage/io.c +++ b/games/cribbage/io.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)io.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/cribbage/io.c,v 1.5.2.2 2001/02/18 02:20:31 kris Exp $"; #endif /* not lint */ #include <ctype.h> |