From 424791fc3b893cab227d4ea31a72aa9d522ac48a Mon Sep 17 00:00:00 2001 From: Andrew Madsen Date: Mon, 21 Feb 2022 17:15:18 -0700 Subject: [PATCH] Fix compile error in last commit --- Source/MIKMIDIInputPort.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/MIKMIDIInputPort.m b/Source/MIKMIDIInputPort.m index 359a1d7..6695ef4 100644 --- a/Source/MIKMIDIInputPort.m +++ b/Source/MIKMIDIInputPort.m @@ -360,7 +360,7 @@ - (void)interpretPacketList:(const MIDIPacketList *)pktList handleResultingComma if (self.isCoalescingSysex) { completionBlock(@[[self commandByCoalescingSysexData]]); } - } + }]; // Run Timer NSRunLoop *currentRunLoop = [NSRunLoop currentRunLoop];