diff --git a/pd/src/s_audio.c b/pd/src/s_audio.c index cfd2c64ea47bbfc009d8888e73dfdc601ae7637b..8b3a8aa3de310fda3b302970a3268270df62ad2b 100644 --- a/pd/src/s_audio.c +++ b/pd/src/s_audio.c @@ -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. */