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 7663402c5c99b..ca6b2275ae52c 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.21.2.1.8.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ #include <sys/time.h> |