update doc for new_fluid_cmd_handler()

This commit is contained in:
derselbst 2017-10-07 14:43:13 +02:00
parent 9e77341482
commit b25485d030

View file

@ -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)
{