From 62a08c25bef34d72d99c01172a120045852c3bbd Mon Sep 17 00:00:00 2001
From: Jonathan Wilkes <jon.w.wilkes@gmail.com>
Date: Sun, 1 May 2016 10:23:13 -0400
Subject: [PATCH] fix typo

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

diff --git a/pd/src/s_midi.c b/pd/src/s_midi.c
index 806bb0948..b43327d84 100644
--- a/pd/src/s_midi.c
+++ b/pd/src/s_midi.c
@@ -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
-- 
GitLab