mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-02-22 11:51:56 +00:00
Fix bug in fluid_synth_get_gain
This commit is contained in:
parent
b4ee43c81b
commit
3dfe5ae328
1 changed files with 1 additions and 1 deletions
|
@ -2606,7 +2606,7 @@ fluid_synth_update_gain_LOCAL(fluid_synth_t* synth)
|
|||
float
|
||||
fluid_synth_get_gain(fluid_synth_t* synth)
|
||||
{
|
||||
int result;
|
||||
float result;
|
||||
fluid_return_val_if_fail (synth != NULL, 0.0);
|
||||
fluid_synth_api_enter(synth);
|
||||
|
||||
|
|
Loading…
Reference in a new issue