[Scummvm-cvs-logs] SF.net SVN: scummvm: [27660] scummvm/trunk/backends/platform/wince/ CEActionsSmartphone.cpp

Kirben at users.sourceforge.net Kirben at users.sourceforge.net
Sat Jun 23 14:16:47 CEST 2007


Revision: 27660
          http://scummvm.svn.sourceforge.net/scummvm/?rev=27660&view=rev
Author:   Kirben
Date:     2007-06-23 05:16:43 -0700 (Sat, 23 Jun 2007)

Log Message:
-----------
Add missing semi-colon.

Modified Paths:
--------------
    scummvm/trunk/backends/platform/wince/CEActionsSmartphone.cpp

Modified: scummvm/trunk/backends/platform/wince/CEActionsSmartphone.cpp
===================================================================
--- scummvm/trunk/backends/platform/wince/CEActionsSmartphone.cpp	2007-06-23 11:53:24 UTC (rev 27659)
+++ scummvm/trunk/backends/platform/wince/CEActionsSmartphone.cpp	2007-06-23 12:16:43 UTC (rev 27660)
@@ -161,7 +161,7 @@
 	if (is_agi)
 		_key_action[SMARTPHONE_ACTION_MULTI].setKey(SDLK_PAUSE); // agi: show predictive dialog
 	else if (is_gob)
-		_key_action[SMARTPHONE_ACTION_MULTI].setKey(Common::ASCII_F1, SDLK_F1) // bargon : F1 to start
+		_key_action[SMARTPHONE_ACTION_MULTI].setKey(Common::ASCII_F1, SDLK_F1); // bargon : F1 to start
 	else if (gameid == "atlantis")
 		_key_action[SMARTPHONE_ACTION_MULTI].setKey(0, SDLK_KP0); // fate of atlantis : Ins to sucker-punch
 	else


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list