From b25485d0308899307ab274ac83db32bc4fa6b979 Mon Sep 17 00:00:00 2001 From: derselbst Date: Sat, 7 Oct 2017 14:43:13 +0200 Subject: [PATCH] update doc for new_fluid_cmd_handler() --- src/bindings/fluid_cmd.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/bindings/fluid_cmd.c b/src/bindings/fluid_cmd.c index f54c0dd9..2efea4a4 100644 --- a/src/bindings/fluid_cmd.c +++ b/src/bindings/fluid_cmd.c @@ -1911,9 +1911,9 @@ fluid_cmd_handler_destroy_hash_value (void *value) /** * Create a new command handler. - * @param synth If not NULL, all the default synthesizer commands will be - * added to the new handler. - * @return New command handler + * @param synth If not NULL, all the default synthesizer commands will be added to the new handler. + * @param router If not NULL, all the default midi_router commands will be added to the new handler. + * @return New command handler, or NULL if alloc failed */ fluid_cmd_handler_t* new_fluid_cmd_handler(fluid_synth_t* synth, fluid_midi_router_t* router) {