diff options
Diffstat (limited to 'games/cribbage/crib.c')
-rw-r--r-- | games/cribbage/crib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/cribbage/crib.c b/games/cribbage/crib.c index fc3c3df6ad68..f0cd91120472 100644 --- a/games/cribbage/crib.c +++ b/games/cribbage/crib.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)crib.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/cribbage/crib.c,v 1.10 1999/12/12 03:04:14 billf Exp $"; #endif /* not lint */ #include <curses.h> |