Skip to content

Commit

Permalink
Fix compile error in last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
armadsen committed Feb 22, 2022
1 parent 65d5ed6 commit 424791f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/MIKMIDIInputPort.m
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ - (void)interpretPacketList:(const MIDIPacketList *)pktList handleResultingComma
if (self.isCoalescingSysex) {
completionBlock(@[[self commandByCoalescingSysexData]]);
}
}
}];

// Run Timer
NSRunLoop *currentRunLoop = [NSRunLoop currentRunLoop];
Expand Down

0 comments on commit 424791f

Please sign in to comment.