diff options
Diffstat (limited to 'games/quiz/quiz.c')
-rw-r--r-- | games/quiz/quiz.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/quiz/quiz.c b/games/quiz/quiz.c index 1c262729293d2..fa9147b2028b0 100644 --- a/games/quiz/quiz.c +++ b/games/quiz/quiz.c @@ -46,7 +46,7 @@ static const char copyright[] = static char sccsid[] = "@(#)quiz.c 8.3 (Berkeley) 5/4/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/quiz/quiz.c,v 1.12 1999/12/12 02:29:54 billf Exp $"; #endif /* not lint */ #include <sys/types.h> |