Fixed compiler warnings in test programs.
This commit is contained in:
parent
f158b5f47e
commit
59401ae635
4 changed files with 3 additions and 8 deletions
|
@ -78,5 +78,5 @@ main(int argc, char *argv[])
|
|||
SDL_UnloadObject(lib);
|
||||
}
|
||||
SDL_Quit();
|
||||
return (0);
|
||||
return retval;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue