Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
David MacDonald
purr-data
Commits
62a08c25
Commit
62a08c25
authored
May 01, 2016
by
Jonathan Wilkes
Browse files
fix typo
parent
8f15b34b
Changes
1
Hide whitespace changes
Inline
Side-by-side
pd/src/s_midi.c
View file @
62a08c25
...
...
@@ -526,7 +526,7 @@ void sys_get_midi_apis2(t_binbuf *buf)
{
int
n
=
0
;
#ifdef USEAPI_OSS
binbuf_addv
(
buf
,
"si"
,
gensym
(
"OSS"
),
API_
DEFAULT
);
binbuf_addv
(
buf
,
"si"
,
gensym
(
"OSS"
),
API_
OSS
);
n
++
;
#endif
#ifdef USEAPI_ALSA
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment