[Scummvm-cvs-logs] scummvm master -> 84e632cc9d62e41bd7d87530c1e5f0e0212713d2

dhewg dhewg at wiibrew.org
Fri Feb 18 21:39:22 CET 2011


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
84e632cc9d ANDROID: Formatting


Commit: 84e632cc9d62e41bd7d87530c1e5f0e0212713d2
    https://github.com/scummvm/scummvm/commit/84e632cc9d62e41bd7d87530c1e5f0e0212713d2
Author: dhewg (dhewg at wiibrew.org)
Date: 2011-02-18T12:38:26-08:00

Commit Message:
ANDROID: Formatting

maybe now?

Changed paths:
    backends/platform/android/android.cpp



diff --git a/backends/platform/android/android.cpp b/backends/platform/android/android.cpp
index fb004be..125fd62 100644
--- a/backends/platform/android/android.cpp
+++ b/backends/platform/android/android.cpp
@@ -101,10 +101,10 @@ static jfieldID FID_Event_mouse_relative;
 static jfieldID FID_ScummVM_nativeScummVM;
 static jmethodID MID_Object_wait;
 
-JNIEnv* JNU_GetEnv() {
-	JNIEnv* env = 0;
+JNIEnv *JNU_GetEnv() {
+	JNIEnv *env = 0;
 
-	jint res = cached_jvm->GetEnv((void**)&env, JNI_VERSION_1_2);
+	jint res = cached_jvm->GetEnv((void **)&env, JNI_VERSION_1_2);
 	if (res != JNI_OK) {
 		__android_log_print(ANDROID_LOG_ERROR, LOG_TAG, "GetEnv() failed: %d", res);
 		abort();






More information about the Scummvm-git-logs mailing list