Skip to content

Commit

Permalink
Removed incorrect return.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed May 30, 2019
1 parent a26c16c commit c76cf57
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mojoal.c
Expand Up @@ -2097,7 +2097,6 @@ static const ALCchar *calculate_sdl_device_list(const int iscapture)
avail -= cpy + 1;

if (SDL_InitSubSystem(SDL_INIT_AUDIO) == -1) {
return final_list;
return NULL;
}

Expand Down

0 comments on commit c76cf57

Please sign in to comment.