summaryrefslogtreecommitdiff
path: root/games/adventure/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/adventure/init.c')
-rw-r--r--games/adventure/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/adventure/init.c b/games/adventure/init.c
index a6307341b1c1d..1c12f52eea594 100644
--- a/games/adventure/init.c
+++ b/games/adventure/init.c
@@ -41,7 +41,7 @@
static char sccsid[] = "@(#)init.c 8.1 (Berkeley) 6/2/93";
#endif
static const char rcsid[] =
- "$FreeBSD$";
+ "$FreeBSD: src/games/adventure/init.c,v 1.9 1999/12/19 00:21:50 billf Exp $";
#endif /* not lint */
/* Re-coding of advent in C: data initialization */