[Scummvm-cvs-logs] scummvm master -> ea547ca3fd09ccc2dcdc6af7026b24b0e1966859

dhewg dhewg at wiibrew.org
Mon May 2 18:43:08 CEST 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:
ea547ca3fd ANDROID: Style fix


Commit: ea547ca3fd09ccc2dcdc6af7026b24b0e1966859
    https://github.com/scummvm/scummvm/commit/ea547ca3fd09ccc2dcdc6af7026b24b0e1966859
Author: dhewg (dhewg at wiibrew.org)
Date: 2011-05-02T09:41:04-07:00

Commit Message:
ANDROID: Style fix

Changed paths:
    backends/platform/android/org/inodes/gus/scummvm/ScummVM.java



diff --git a/backends/platform/android/org/inodes/gus/scummvm/ScummVM.java b/backends/platform/android/org/inodes/gus/scummvm/ScummVM.java
index 8bf40ac..c4de6d6 100644
--- a/backends/platform/android/org/inodes/gus/scummvm/ScummVM.java
+++ b/backends/platform/android/org/inodes/gus/scummvm/ScummVM.java
@@ -35,7 +35,7 @@ public abstract class ScummVM implements SurfaceHolder.Callback, Runnable {
 
 	private String[] _args;
 
-	final private native void create(AssetManager _asset_manager,
+	final private native void create(AssetManager asset_manager,
 										EGL10 egl, EGLDisplay egl_display,
 										AudioTrack audio_track,
 										int sample_rate, int buffer_size);






More information about the Scummvm-git-logs mailing list