Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Ewout ter Hoeven
VLC-Android
Commits
3c3a37b3
Commit
3c3a37b3
authored
Oct 14, 2014
by
Thomas Guillem
Committed by
Jean-Baptiste Kempf
Oct 14, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
jni: fix typo (and crash) from recent factorize
Signed-off-by:
Jean-Baptiste Kempf
<
jb@videolan.org
>
parent
e65b65e0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vlc-android/jni/libvlcjni.c
vlc-android/jni/libvlcjni.c
+1
-1
No files found.
vlc-android/jni/libvlcjni.c
View file @
3c3a37b3
...
...
@@ -244,7 +244,7 @@ void jni_detach_thread()
int
jni_get_env
(
JNIEnv
**
env
)
{
return
(
*
myVm
)
->
GetEnv
(
myVm
,
(
void
**
)
&
env
,
VLC_JNI_VERSION
)
==
JNI_OK
?
0
:
-
1
;
return
(
*
myVm
)
->
GetEnv
(
myVm
,
(
void
**
)
env
,
VLC_JNI_VERSION
)
==
JNI_OK
?
0
:
-
1
;
}
// FIXME: use atomics
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment