Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Fixed typo in source comment.
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
src/main/android/SDL_android_main.c
|
@@ -19,7 +19,7 @@ extern void SDL_Android_Init(JNIEnv* env, jclass cls); |
|
|
/* Start up the SDL app */ |
|
|
int Java_org_libsdl_app_SDLActivity_nativeInit(JNIEnv* env, jclass cls, jobject obj) |
|
|
{ |
|
|
/* This interface could expand with ABI negotiation, calbacks, etc. */ |
|
|
/* This interface could expand with ABI negotiation, callbacks, etc. */ |
|
|
SDL_Android_Init(env, cls); |
|
|
|
|
|
SDL_SetMainReady(); |
|
|