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

tramboi bertrand_augereau at yahoo.fr
Sat Sep 1 18:50:48 CEST 2012


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:
fdc29ee276 OPENPANDORA: The buildbot toolchain doesn't like the ending comma


Commit: fdc29ee276b6eb19243ad0dbfa04d5d2417fc2d9
    https://github.com/scummvm/scummvm/commit/fdc29ee276b6eb19243ad0dbfa04d5d2417fc2d9
Author: Bertrand Augereau (bertrand_augereau at yahoo.fr)
Date: 2012-09-01T09:50:18-07:00

Commit Message:
OPENPANDORA: The buildbot toolchain doesn't like the ending comma

Changed paths:
    backends/events/openpandora/op-events.cpp
    backends/platform/openpandora/op-options.cpp



diff --git a/backends/events/openpandora/op-events.cpp b/backends/events/openpandora/op-events.cpp
index 9f4c9dd..fc63cdf 100644
--- a/backends/events/openpandora/op-events.cpp
+++ b/backends/events/openpandora/op-events.cpp
@@ -45,7 +45,7 @@ enum {
 	TAPMODE_LEFT        = 0,
 	TAPMODE_RIGHT       = 1,
 	TAPMODE_HOVER       = 2,
-	TAPMODE_HOVER_DPAD  = 3,
+	TAPMODE_HOVER_DPAD  = 3
 };
 
 OPEventSource::OPEventSource()
diff --git a/backends/platform/openpandora/op-options.cpp b/backends/platform/openpandora/op-options.cpp
index 758f560..005a76b 100644
--- a/backends/platform/openpandora/op-options.cpp
+++ b/backends/platform/openpandora/op-options.cpp
@@ -34,7 +34,7 @@ enum {
 	TAPMODE_LEFT        = 0,
 	TAPMODE_RIGHT       = 1,
 	TAPMODE_HOVER       = 2,
-	TAPMODE_HOVER_DPAD  = 3,
+	TAPMODE_HOVER_DPAD  = 3
 };
 
 int tapmodeLevel = TAPMODE_LEFT;






More information about the Scummvm-git-logs mailing list