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());
#endif
#ifdef ANDROID
exit(err)
exit(err);
#endif
return err;
}