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];