diff options
Diffstat (limited to 'games/hangman/getguess.c')
-rw-r--r-- | games/hangman/getguess.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/hangman/getguess.c b/games/hangman/getguess.c index 4caaf0e144c3c..0e6e6be1ad285 100644 --- a/games/hangman/getguess.c +++ b/games/hangman/getguess.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)getguess.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/hangman/getguess.c,v 1.6 1999/12/10 03:22:59 billf Exp $"; #endif /* not lint */ #include <sys/ttydefaults.h> |