Skip to content

Commit

Permalink
fix a typo. (from 2.0 branch commit 6fa075aa693e).
Browse files Browse the repository at this point in the history
  • Loading branch information
sezero committed Oct 6, 2018
1 parent bb072a6 commit 5a26dc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion music.c
Expand Up @@ -530,7 +530,7 @@ Mix_Music *Mix_LoadMUS(const char *file)
music->data.cmd = MusicCMD_LoadSong(music_cmd, file);
if ( music->data.cmd == NULL ) {
SDL_free(music);
music == NULL;
music = NULL;
}
return music;
}
Expand Down

0 comments on commit 5a26dc2

Please sign in to comment.