diff options
Diffstat (limited to 'games/piano/piano.c')
-rw-r--r-- | games/piano/piano.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/piano/piano.c b/games/piano/piano.c index 0def8615aeda..3c154957b4bc 100644 --- a/games/piano/piano.c +++ b/games/piano/piano.c @@ -1,7 +1,7 @@ /* * piano.c - a piano emulator */ -static char rcsid[] = "$FreeBSD$"; +static char rcsid[] = "$Id$"; #include <stdio.h> #include <stdlib.h> #include <string.h> |