diff --git a/build/linux/platform_specific_code/juce_linux_Midi.cpp b/build/linux/platform_specific_code/juce_linux_Midi.cpp index ef1f59becb..e89381c7ae 100644 --- a/build/linux/platform_specific_code/juce_linux_Midi.cpp +++ b/build/linux/platform_specific_code/juce_linux_Midi.cpp @@ -109,7 +109,6 @@ static snd_seq_t* iterateDevices (const bool forInput, snd_seq_connect_from (seqHandle, portId, sourceClient, sourcePort); returnedHandle = seqHandle; - break; } } } diff --git a/juce_amalgamated.cpp b/juce_amalgamated.cpp index 820aa7f8f3..c48dddcfa6 100644 --- a/juce_amalgamated.cpp +++ b/juce_amalgamated.cpp @@ -258550,7 +258550,6 @@ static snd_seq_t* iterateDevices (const bool forInput, snd_seq_connect_from (seqHandle, portId, sourceClient, sourcePort); returnedHandle = seqHandle; - break; } } }