Fix typo in previous commit

This commit is contained in:
Sebastian Dröge 2012-09-11 15:56:00 +02:00
parent f2c5afd031
commit 024ac3560d

View file

@ -45,7 +45,7 @@ static jint (*get_created_java_vms) (JavaVM ** vmBuf, jsize bufLen,
jsize * nVMs); jsize * nVMs);
static jint (*create_java_vm) (JavaVM ** p_vm, JNIEnv ** p_env, void *vm_args); static jint (*create_java_vm) (JavaVM ** p_vm, JNIEnv ** p_env, void *vm_args);
static JavaVM *java_vm; static JavaVM *java_vm;
static gboolean start_java_vm = FALSE; static gboolean started_java_vm = FALSE;
/* Global cached references */ /* Global cached references */
static struct static struct