Skip to content

Commit

Permalink
Fixed compile warning with dynamic flac support
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Oct 18, 2017
1 parent 13b57d6 commit d1f62e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion music_flac.c
Expand Up @@ -68,7 +68,7 @@ static flac_loader flac = {

#ifdef FLAC_DYNAMIC

static FLAC_Load(void)
static int FLAC_Load(void)
{
if (flac.loaded == 0) {
flac.handle = SDL_LoadObject(FLAC_DYNAMIC);
Expand Down

0 comments on commit d1f62e3

Please sign in to comment.