Fix switch case without break

This commit is contained in:
Jean Pierre Cimalando 2021-04-15 18:11:03 +02:00
parent d1dce83049
commit 1bbd88607d

View file

@ -1398,7 +1398,7 @@ void sfz::Synth::dispatchMessage(Client& client, int delay, const char* path, co
MATCH("/region&/lfo&/wave", "i") {
indices[2] = 0;
goto set_lfoN_wave;
}
} break;
MATCH("/region&/lfo&/wave&", "i") {
set_lfoN_wave: