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