mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-04-22 07:30:50 +00:00
fix comment typo in fluid_voice.c
This commit is contained in:
parent
6264bb2922
commit
eb2f8dc7af
1 changed files with 1 additions and 1 deletions
|
@ -2241,7 +2241,7 @@ void fluid_voice_print_mod(fluid_voice_t *voice)
|
|||
* modulator.
|
||||
*
|
||||
* @param voice, pointer on voice.
|
||||
* @return number of modulators or FLUID_FALED otherwise.
|
||||
* @return number of modulators or FLUID_FAILED otherwise.
|
||||
*/
|
||||
int fluid_voice_get_count_modulators(fluid_voice_t *voice)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue