Skip to content

Commit

Permalink
fixed a warning after commit cb08fb0976e6
Browse files Browse the repository at this point in the history
  • Loading branch information
sezero committed Oct 7, 2018
1 parent 6e7f62e commit 9e6d7b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dynamic_ogg.c
Expand Up @@ -52,7 +52,7 @@ int Mix_InitOgg()
return -1;
}
vorbis.ov_open_callbacks =
(int (*)(void *, OggVorbis_File *, char *, long, ov_callbacks))
(int (*)(void *, OggVorbis_File *, const char *, long, ov_callbacks))
SDL_LoadFunction(vorbis.handle, "ov_open_callbacks");
if ( vorbis.ov_open_callbacks == NULL ) {
SDL_UnloadObject(vorbis.handle);
Expand Down

0 comments on commit 9e6d7b6

Please sign in to comment.