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