[Scummvm-cvs-logs] SF.net SVN: scummvm:[46355] tools/branches/gsoc2009-gui/example_tool.cpp

strangerke at users.sourceforge.net strangerke at users.sourceforge.net
Sat Dec 12 23:05:31 CET 2009


Revision: 46355
          http://scummvm.svn.sourceforge.net/scummvm/?rev=46355&view=rev
Author:   strangerke
Date:     2009-12-12 22:05:31 +0000 (Sat, 12 Dec 2009)

Log Message:
-----------
Fix compilation of example code.

Modified Paths:
--------------
    tools/branches/gsoc2009-gui/example_tool.cpp

Modified: tools/branches/gsoc2009-gui/example_tool.cpp
===================================================================
--- tools/branches/gsoc2009-gui/example_tool.cpp	2009-12-12 21:21:38 UTC (rev 46354)
+++ tools/branches/gsoc2009-gui/example_tool.cpp	2009-12-12 22:05:31 UTC (rev 46355)
@@ -94,12 +94,11 @@
 	// Arguments are stored in the _arguments member.
 	// Remove any arguments that you have "used up"
 	if (!_arguments.empty() && _arguments.front() == "-a") {
-			// Set our member
-			_outputFiles = true;
+		// Set our member
+		_outputFiles = true;
 
-			// We matched one argument, so remove it
-			_arguments.pop_front();
-		}
+		// We matched one argument, so remove it
+		_arguments.pop_front();
 	}
 }
 


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