Skip to content

Commit

Permalink
Fix typo in deprecation annotation (#1231)
Browse files Browse the repository at this point in the history
  • Loading branch information
h3xx authored Apr 8, 2023
1 parent 4d8fe63 commit 581e54b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/synth/fluid_synth.c
Original file line number Diff line number Diff line change
Expand Up @@ -6387,7 +6387,7 @@ int fluid_synth_set_chorus_level(fluid_synth_t *synth, double level)
* @param synth FluidSynth instance
* @param speed Chorus speed in Hz (0.1-5.0)
* @return #FLUID_OK on success, #FLUID_FAILED otherwise
* @deprecated Use fluid_synth_set_chorus_group_level() in new code instead.
* @deprecated Use fluid_synth_set_chorus_group_speed() in new code instead.
*/
int fluid_synth_set_chorus_speed(fluid_synth_t *synth, double speed)
{
Expand Down

0 comments on commit 581e54b

Please sign in to comment.