Skip to content

Commit

Permalink
Android: Fixed missing export of a JNI function (thanks, Andrii!).
Browse files Browse the repository at this point in the history
Fixes Bugzilla #3393.
  • Loading branch information
philippwiesemann committed Jul 17, 2016
1 parent 6b1d5f4 commit 58b323f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/android/SDL_android.c
Expand Up @@ -139,7 +139,7 @@ JNIEXPORT void JNICALL SDL_Android_Init(JNIEnv* mEnv, jclass cls)
}

/* Drop file */
void Java_org_libsdl_app_SDLActivity_onNativeDropFile(
JNIEXPORT void JNICALL Java_org_libsdl_app_SDLActivity_onNativeDropFile(
JNIEnv* env, jclass jcls,
jstring filename)
{
Expand Down

0 comments on commit 58b323f

Please sign in to comment.