Android: let main return normally for testautomation

main
Sylvain 2023-04-14 12:25:01 +02:00 committed by Sylvain Becker
parent 7afe735b5f
commit bbdde648d8
1 changed files with 1 additions and 1 deletions

View File

@ -166,6 +166,6 @@ int main(int argc, char *argv[])
SDL_free(filter);
/* Shutdown everything */
quit(result);
quit(0);
return result;
}