diff options
author | rgrimes <rgrimes@FreeBSD.org> | 1995-05-30 03:37:36 +0000 |
---|---|---|
committer | rgrimes <rgrimes@FreeBSD.org> | 1995-05-30 03:37:36 +0000 |
commit | 30ef9631c5eac7f8254bd3d7ad274d34d9f518b8 (patch) | |
tree | 4d8ac7e75ac179a918a76def244de6e3f3314e76 /games/piano | |
parent | 188803394908f222ab3ed8ec32331eb6dd00fd2d (diff) | |
download | FreeBSD-src-30ef9631c5eac7f8254bd3d7ad274d34d9f518b8.zip FreeBSD-src-30ef9631c5eac7f8254bd3d7ad274d34d9f518b8.tar.gz |
Remove trailing whitespace.
Diffstat (limited to 'games/piano')
-rw-r--r-- | games/piano/piano.c | 4 |
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); |