mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-04-22 07:30:50 +00:00
update comment
This commit is contained in:
parent
66407e2584
commit
04c30be0b9
1 changed files with 3 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue