project_files/Android-build/SDL-android-project/jni/SDL/src/main/android/SDL_android_main.cpp
branchhedgeroid
changeset 5934 9f05a0f43003
parent 5389 b3cc5b4099f1
child 6047 10011f051f9c
equal deleted inserted replaced
5932:5164d17b6374 5934:9f05a0f43003
    41     //Clean up argv
    41     //Clean up argv
    42     for(int i = 0; i < argc; i++){
    42     for(int i = 0; i < argc; i++){
    43     }
    43     }
    44 
    44 
    45     /* We exit here for consistency with other platforms. */
    45     /* We exit here for consistency with other platforms. */
    46     exit(status);
    46     //exit(status); Xeli: Or lets not crash the entire app.....
    47 }
    47 }
    48 
    48 
    49 /* vi: set ts=4 sw=4 expandtab: */
    49 /* vi: set ts=4 sw=4 expandtab: */