Fixed compiler warnings in test programs.

This commit is contained in:
Philipp Wiesemann 2013-07-13 21:13:09 +02:00
parent f158b5f47e
commit 59401ae635
4 changed files with 3 additions and 8 deletions

View file

@ -78,5 +78,5 @@ main(int argc, char *argv[])
SDL_UnloadObject(lib);
}
SDL_Quit();
return (0);
return retval;
}