diff options
Diffstat (limited to 'games/ppt/ppt.c')
-rw-r--r-- | games/ppt/ppt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/ppt/ppt.c b/games/ppt/ppt.c index e0ae5e137c544..45fb30a985dbb 100644 --- a/games/ppt/ppt.c +++ b/games/ppt/ppt.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)ppt.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/ppt/ppt.c,v 1.8.34.1 2010/12/21 17:10:29 kensmith Exp $"; #endif /* not lint */ #include <stdio.h> |