mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-12-03 17:42:21 +00:00
fix build
This commit is contained in:
parent
6dfd736460
commit
2b882c2877
1 changed files with 1 additions and 0 deletions
|
@ -1978,6 +1978,7 @@ int fluid_handle_ladspa_control_defaults(void* data, int ac, char **av, fluid_os
|
|||
|
||||
int fluid_handle_ladspa_check(void* data, int ac, char **av, fluid_ostream_t out)
|
||||
{
|
||||
FLUID_ENTRY_COMMAND(data);
|
||||
fluid_ladspa_fx_t *fx = handler->synth->ladspa_fx;
|
||||
char error[LADSPA_ERR_LEN];
|
||||
|
||||
|
|
Loading…
Reference in a new issue