Commit 883fa70c authored by Filippo Carone's avatar Filippo Carone

missing \ added

parent 2bf086a0
...@@ -34,7 +34,7 @@ jlong getInstance ( JNIEnv* , jobject ); ...@@ -34,7 +34,7 @@ jlong getInstance ( JNIEnv* , jobject );
input = libvlc_playlist_get_media_instance( ( libvlc_instance_t *) instance, exception ); \ input = libvlc_playlist_get_media_instance( ( libvlc_instance_t *) instance, exception ); \
CHECK_EXCEPTION ; CHECK_EXCEPTION ;
#define ATTACH_JVM #define ATTACH_JVM \
JNIEnv *env; \ JNIEnv *env; \
jvm->AttachCurrentThread( ( void ** ) &env, NULL ); jvm->AttachCurrentThread( ( void ** ) &env, NULL );
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment