diff options
Diffstat (limited to 'games/adventure/io.c')
-rw-r--r-- | games/adventure/io.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/adventure/io.c b/games/adventure/io.c index 12bf41c2dbf31..d409955484164 100644 --- a/games/adventure/io.c +++ b/games/adventure/io.c @@ -41,7 +41,7 @@ static char sccsid[] = "@(#)io.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/adventure/io.c,v 1.8 1999/12/19 00:21:50 billf Exp $"; #endif /* not lint */ /* Re-coding of advent in C: file i/o and user i/o */ |