diff options
Diffstat (limited to 'games/snake/snscore/snscore.c')
-rw-r--r-- | games/snake/snscore/snscore.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/snake/snscore/snscore.c b/games/snake/snscore/snscore.c index 47a0d5c310294..cfe0c5ed956a9 100644 --- a/games/snake/snscore/snscore.c +++ b/games/snake/snscore/snscore.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)snscore.c 8.1 (Berkeley) 7/19/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/snake/snscore/snscore.c,v 1.5 1999/11/30 03:49:42 billf Exp $"; #endif /* not lint */ #include <sys/types.h> |