diff options
Diffstat (limited to 'games/adventure/main.c')
-rw-r--r-- | games/adventure/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/adventure/main.c b/games/adventure/main.c index dd15f173cffa..bda85cc615a3 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.4.2.1 2000/06/12 13:24:01 asmodai Exp $"; #endif /* not lint */ /* Re-coding of advent in C: main program */ |