Android: let main return normally for testautomation
parent
7afe735b5f
commit
bbdde648d8
|
@ -166,6 +166,6 @@ int main(int argc, char *argv[])
|
|||
SDL_free(filter);
|
||||
|
||||
/* Shutdown everything */
|
||||
quit(result);
|
||||
quit(0);
|
||||
return result;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue