mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-05-28 03:26:15 +08: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);
|
SDL_free(filter);
|
||||||
|
|
||||||
/* Shutdown everything */
|
/* Shutdown everything */
|
||||||
quit(result);
|
quit(0);
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user