mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
Fix typo in previous commit
This commit is contained in:
parent
f2c5afd031
commit
024ac3560d
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ static jint (*get_created_java_vms) (JavaVM ** vmBuf, jsize bufLen,
|
|||
jsize * nVMs);
|
||||
static jint (*create_java_vm) (JavaVM ** p_vm, JNIEnv ** p_env, void *vm_args);
|
||||
static JavaVM *java_vm;
|
||||
static gboolean start_java_vm = FALSE;
|
||||
static gboolean started_java_vm = FALSE;
|
||||
|
||||
/* Global cached references */
|
||||
static struct
|
||||
|
|
Loading…
Reference in a new issue