Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
nerrons
purr-data
Commits
53956000
Commit
53956000
authored
Mar 01, 2013
by
Ivica Bukvic
Browse files
cosmetic fix
parent
4456ccdf
Changes
1
Show whitespace changes
Inline
Side-by-side
pd/src/s_audio.c
View file @
53956000
...
...
@@ -891,7 +891,7 @@ void sys_get_audio_apis(char *buf)
n
++
;
#endif
#ifdef USEAPI_JACK
sprintf
(
buf
+
strlen
(
buf
),
"{
jack
%d} "
,
API_JACK
);
n
++
;
sprintf
(
buf
+
strlen
(
buf
),
"{
JACK
%d} "
,
API_JACK
);
n
++
;
#endif
strcat
(
buf
,
"}"
);
/* then again, if only one API (or none) we don't offer any choice. */
...
...
Write
Preview
Supports
Markdown
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