summaryrefslogtreecommitdiffstats
path: root/games/piano/piano.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/piano/piano.c')
-rw-r--r--games/piano/piano.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/piano/piano.c b/games/piano/piano.c
index cb60405..69b3476 100644
--- a/games/piano/piano.c
+++ b/games/piano/piano.c
@@ -1,7 +1,7 @@
/*
* piano.c - a piano emulator
*/
-static char rcsid[] = "$Id$";
+static char rcsid[] = "$Id: piano.c,v 1.1.1.1 1995/04/28 17:38:07 jkh Exp $";
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
@@ -90,7 +90,7 @@ fdputs(const char *s, int fd, int echo)
return err;
}/* fdputs */
-static int
+static int
outspkr(const char *s)
{
int err = -1, fd = open("/dev/speaker", O_WRONLY);
OpenPOWER on IntegriCloud