Fix switch case without break
This commit is contained in:
parent
d1dce83049
commit
1bbd88607d
1 changed files with 1 additions and 1 deletions
|
|
@ -1398,7 +1398,7 @@ void sfz::Synth::dispatchMessage(Client& client, int delay, const char* path, co
|
||||||
MATCH("/region&/lfo&/wave", "i") {
|
MATCH("/region&/lfo&/wave", "i") {
|
||||||
indices[2] = 0;
|
indices[2] = 0;
|
||||||
goto set_lfoN_wave;
|
goto set_lfoN_wave;
|
||||||
}
|
} break;
|
||||||
|
|
||||||
MATCH("/region&/lfo&/wave&", "i") {
|
MATCH("/region&/lfo&/wave&", "i") {
|
||||||
set_lfoN_wave:
|
set_lfoN_wave:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue