Browse Source

Android: let main return normally for testautomation

Sylvain 3 năm trước cách đây
mục cha
commit
bbdde648d8
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      test/testautomation.c

+ 1 - 1
test/testautomation.c

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