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