diff options
Diffstat (limited to 'games/trek/checkcond.c')
-rw-r--r-- | games/trek/checkcond.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/trek/checkcond.c b/games/trek/checkcond.c index 894be5041d8fd..9713985acb071 100644 --- a/games/trek/checkcond.c +++ b/games/trek/checkcond.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)checkcond.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/trek/checkcond.c,v 1.4 1999/11/30 03:49:44 billf Exp $"; #endif /* not lint */ # include "trek.h" |