From 7ea31c19bd28ac77b39b5abb62d6915668f991e3 Mon Sep 17 00:00:00 2001 From: David Henningsson Date: Fri, 4 Feb 2011 19:26:33 +0000 Subject: [PATCH] Fixup since tag for new public API function. --- fluidsynth/src/synth/fluid_synth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fluidsynth/src/synth/fluid_synth.c b/fluidsynth/src/synth/fluid_synth.c index b134704d..1b4349fd 100644 --- a/fluidsynth/src/synth/fluid_synth.c +++ b/fluidsynth/src/synth/fluid_synth.c @@ -4998,7 +4998,7 @@ void fluid_synth_api_exit(fluid_synth_t* synth) * @param chan MIDI channel number (0 to MIDI channel count - 1) * @param type CHANNEL_TYPE_MELODIC, or CHANNEL_TYPE_DRUM * @return FLUID_OK on success, FLUID_FAILED otherwise - * @since 1.1.3 + * @since 1.1.4 */ int fluid_synth_set_channel_type(fluid_synth_t* synth, int chan, int type) {