Skip to content

Commit

Permalink
music.h: minor comment fix for a consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
Wohlstand committed Dec 20, 2019
1 parent 3b25ec4 commit 3730db8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/music.h
Expand Up @@ -82,7 +82,7 @@ typedef struct
/* Seek to a play position (in seconds) */
int (*Seek)(void *music, double position);

/* Get Music duration in ms */
/* Get Music duration (in seconds) */
double (*Duration)(void *music);

/* Pause playing music */
Expand Down

0 comments on commit 3730db8

Please sign in to comment.