From 5395600067d87e0f296ddea50e060688011ced0d Mon Sep 17 00:00:00 2001
From: Ivica Ico Bukvic <ico@vt.edu>
Date: Fri, 1 Mar 2013 00:15:13 -0500
Subject: [PATCH] cosmetic fix

---
 pd/src/s_audio.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pd/src/s_audio.c b/pd/src/s_audio.c
index cfd2c64ea..8b3a8aa3d 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. */
-- 
GitLab