Skip to content

Commit

Permalink
music_mad.c: fix build after the 'duration' commit 543b77a3c0eb
Browse files Browse the repository at this point in the history
  • Loading branch information
sezero committed Dec 22, 2019
1 parent 8237256 commit bfef1c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/codecs/music_mad.c
Expand Up @@ -455,7 +455,7 @@ Mix_MusicInterface Mix_MusicInterface_MAD =
NULL, /* IsPlaying */
MAD_GetAudio,
MAD_Seek,
NULL /* Duration */
NULL, /* Duration */
NULL, /* Pause */
NULL, /* Resume */
NULL, /* Stop */
Expand Down

0 comments on commit bfef1c6

Please sign in to comment.