Skip to content

Commit

Permalink
music_ogg.c: fix build breakage introduced by commit 9781cbae03a2
Browse files Browse the repository at this point in the history
  • Loading branch information
sezero committed Nov 18, 2019
1 parent e62a8b8 commit a9eb7fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions music_ogg.c
Expand Up @@ -266,6 +266,7 @@ static void *OGG_CreateFromRW(SDL_RWops *src, int freesrc)
int i;
ogg_int64_t full_length;
SDL_bool is_loop_length = SDL_FALSE;
long rate;

music = (OGG_music *)SDL_calloc(1, sizeof *music);
if (!music) {
Expand Down

0 comments on commit a9eb7fa

Please sign in to comment.