Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jjceresa authored and derselbst committed Feb 8, 2021
1 parent 66407e2 commit 04c30be
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/bindings/fluid_cmd.c
Original file line number Diff line number Diff line change
Expand Up @@ -3521,7 +3521,9 @@ enum
PLAYER_START_CDE /* player_start (Move to start of song) */
};

/* Command handler for player commands: player_seek, player_loop, player_tempo_bpm */
/* Command handler: see player commands enum (above)
* @cmd player commands enumeration value.
*/
int fluid_handle_player_cde(void *data, int ac, char **av, fluid_ostream_t out, int cmd)
{
FLUID_ENTRY_COMMAND(data);
Expand Down

0 comments on commit 04c30be

Please sign in to comment.