Skip to content

Commit

Permalink
mixer.c: codestyle tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
ds-sloth authored and Wohlstand committed Aug 16, 2024
1 parent fc8b7f0 commit c7d1d06
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/mixer.c
Original file line number Diff line number Diff line change
Expand Up @@ -1521,8 +1521,7 @@ void MIXCALLCC Mix_SetRWFromFile(Mix_RWFromFile_cb cb)
{
if (cb) {
_Mix_RWFromFile = cb;
}
else {
} else {
_Mix_RWFromFile = SDL_RWFromFile;
}
}
Expand Down

0 comments on commit c7d1d06

Please sign in to comment.