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

joostp at users.sourceforge.net joostp at users.sourceforge.net
Sun Nov 29 01:44:34 CET 2009


Revision: 46186
          http://scummvm.svn.sourceforge.net/scummvm/?rev=46186&view=rev
Author:   joostp
Date:     2009-11-29 00:44:34 +0000 (Sun, 29 Nov 2009)

Log Message:
-----------
remove erroneous ; after if() in parseOutputArguments()

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

Modified: tools/branches/gsoc2009-gui/tool.cpp
===================================================================
--- tools/branches/gsoc2009-gui/tool.cpp	2009-11-29 00:39:22 UTC (rev 46185)
+++ tools/branches/gsoc2009-gui/tool.cpp	2009-11-29 00:44:34 UTC (rev 46186)
@@ -267,7 +267,7 @@
 		// It's an -o argument
 
 		_arguments.pop_front();
-		if (_arguments.empty());
+		if (_arguments.empty())
 			throw ToolException("Could not parse arguments: Expected path after '-o' or '--output'.");
 
 		_outputPath = _arguments.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