android fix

This commit is contained in:
p.kosyh 2010-11-05 09:50:25 +00:00
parent 336a48a245
commit 7bd884cb0e

View file

@ -301,7 +301,7 @@ out:
remove_dir(game_tmp_path()); remove_dir(game_tmp_path());
#endif #endif
#ifdef ANDROID #ifdef ANDROID
exit(err) exit(err);
#endif #endif
return err; return err;
} }