mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-12-03 09:32:02 +00:00
avoid duplicate ';'
This commit is contained in:
parent
1d0cfd605f
commit
402f76bfb8
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@
|
|||
|
||||
#define LADSPA_API_RETURN(_fx, _ret) \
|
||||
fluid_rec_mutex_unlock((_fx)->api_mutex); \
|
||||
return (_ret);
|
||||
return (_ret)
|
||||
|
||||
static void clear_ladspa(fluid_ladspa_fx_t *fx);
|
||||
|
||||
|
|
Loading…
Reference in a new issue