[Scummvm-cvs-logs] SF.net SVN: scummvm: [21561] scummvm/trunk/base/gameDetector.cpp
fingolfin at users.sourceforge.net
fingolfin at users.sourceforge.net
Sun Apr 2 11:03:13 CEST 2006
Revision: 21561
Author: fingolfin
Date: 2006-04-02 11:02:16 -0700 (Sun, 02 Apr 2006)
ViewCVS: http://svn.sourceforge.net/scummvm/?rev=21561&view=rev
Log Message:
-----------
Added missing backslash, oops
Modified Paths:
--------------
scummvm/trunk/base/gameDetector.cpp
Modified: scummvm/trunk/base/gameDetector.cpp
===================================================================
--- scummvm/trunk/base/gameDetector.cpp 2006-04-02 17:51:04 UTC (rev 21560)
+++ scummvm/trunk/base/gameDetector.cpp 2006-04-02 18:02:16 UTC (rev 21561)
@@ -342,7 +342,7 @@
boolValue = !strcmp(s, longCmd); \
s += boolValue ? (sizeof(longCmd) - 1) : (sizeof("no-"longCmd) - 1); \
} \
- if (*s != '\0') goto unknownOption;
+ if (*s != '\0') goto unknownOption; \
const char *option = boolValue ? "true" : "false";
// Use this for options which never have a value, i.e. for 'commands', like "--help".
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