diff options
Diffstat (limited to 'games/morse/morse.c')
-rw-r--r-- | games/morse/morse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/morse/morse.c b/games/morse/morse.c index 38293a73702e4..18d135512834f 100644 --- a/games/morse/morse.c +++ b/games/morse/morse.c @@ -47,7 +47,7 @@ static const char copyright[] = static char sccsid[] = "@(#)morse.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/morse/morse.c,v 1.12 2000/02/27 01:21:28 joerg Exp $"; #endif /* not lint */ #include <sys/time.h> |