diff options
Diffstat (limited to 'games/cribbage/score.c')
-rw-r--r-- | games/cribbage/score.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/cribbage/score.c b/games/cribbage/score.c index a2a7d0b66e364..e3f111f8bc34c 100644 --- a/games/cribbage/score.c +++ b/games/cribbage/score.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)score.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/cribbage/score.c,v 1.6 1999/11/30 03:48:47 billf Exp $"; #endif /* not lint */ #include <curses.h> |