artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca3626e
)
zap whitespaces
author
mestre
<mestre@openbsd.org>
Fri, 20 Jul 2018 21:44:41 +0000
(21:44 +0000)
committer
mestre
<mestre@openbsd.org>
Fri, 20 Jul 2018 21:44:41 +0000
(21:44 +0000)
usr.bin/midiplay/midiplay.c
patch
|
blob
|
history
diff --git
a/usr.bin/midiplay/midiplay.c
b/usr.bin/midiplay/midiplay.c
index
77029f0
..
ab400fd
100644
(file)
--- a/
usr.bin/midiplay/midiplay.c
+++ b/
usr.bin/midiplay/midiplay.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: midiplay.c,v 1.
19 2017/04/24 06:45:56 ratchov Exp $
*/
+/* $OpenBSD: midiplay.c,v 1.
20 2018/07/20 21:44:41 mestre Exp $
*/
/* $NetBSD: midiplay.c,v 1.8 1998/11/25 22:17:07 augustss Exp $ */
/*
@@
-446,7
+446,7
@@
main(int argc, char **argv)
}
argc -= optind;
argv += optind;
-
+
hdl = mio_open(file, MIO_OUT, 0);
if (hdl == NULL)
errx(1, "failed to open MIDI output");