Browse Source

Android: let main return normally for testautomation

Sylvain 2 years ago
parent
commit
bbdde648d8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/testautomation.c

+ 1 - 1
test/testautomation.c

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