mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-01-02 11:32:38 +00:00
Android: let main return normally for testautomation
This commit is contained in:
@@ -166,6 +166,6 @@ int main(int argc, char *argv[])
|
||||
SDL_free(filter);
|
||||
|
||||
/* Shutdown everything */
|
||||
quit(result);
|
||||
quit(0);
|
||||
return result;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user