diff options
Diffstat (limited to 'games/rogue/monster.c')
-rw-r--r-- | games/rogue/monster.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/rogue/monster.c b/games/rogue/monster.c index e436f862dd03e..36735e9ba59f0 100644 --- a/games/rogue/monster.c +++ b/games/rogue/monster.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)monster.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/rogue/monster.c,v 1.6 1999/11/30 03:49:24 billf Exp $"; #endif /* not lint */ /* |