Skip to content

Commit

Permalink
testdisplayinfo.c forgot to SDL_Quit() at the end.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Aug 7, 2015
1 parent ca46804 commit 344fbe6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/testdisplayinfo.c
Expand Up @@ -81,6 +81,7 @@ main(int argc, char *argv[])
SDL_Log("\n");
}

SDL_Quit();
return 0;
}

Expand Down

0 comments on commit 344fbe6

Please sign in to comment.