Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added missing error return in test program.
  • Loading branch information
philippwiesemann committed Apr 14, 2016
1 parent 72dc878 commit b53007b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/testbounds.c
Expand Up @@ -18,6 +18,7 @@ int main(int argc, char **argv)

if (SDL_Init(SDL_INIT_VIDEO) < 0) {
SDL_Log("SDL_Init(SDL_INIT_VIDEO) failed: %s", SDL_GetError());
return 1;
}

total = SDL_GetNumVideoDisplays();
Expand Down

0 comments on commit b53007b

Please sign in to comment.