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 69b3476976b0..a1564e196ff7 100644 --- a/games/piano/piano.c +++ b/games/piano/piano.c @@ -1,7 +1,7 @@ /* * piano.c - a piano emulator */ -static char rcsid[] = "$Id: piano.c,v 1.1.1.1 1995/04/28 17:38:07 jkh Exp $"; +static char rcsid[] = "$Id: piano.c,v 1.2 1995/05/30 03:37:05 rgrimes Exp $"; #include <stdio.h> #include <stdlib.h> #include <string.h> |