summaryrefslogtreecommitdiff
path: root/games/adventure/io.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/adventure/io.c')
-rw-r--r--games/adventure/io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/adventure/io.c b/games/adventure/io.c
index ef76088141d4..461ef73f0874 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.2.1 2001/03/05 11:43:11 kris Exp $";
#endif /* not lint */
/* Re-coding of advent in C: file i/o and user i/o */