From 36867335954bdbbdc82fe79a1bea6c1e58de62d5 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sun, 2 Apr 2006 18:02:16 +0000 Subject: Added missing backslash, oops svn-id: r21561 --- base/gameDetector.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'base/gameDetector.cpp') diff --git a/base/gameDetector.cpp b/base/gameDetector.cpp index e275007c2d..a138a80c85 100644 --- a/base/gameDetector.cpp +++ b/base/gameDetector.cpp @@ -342,7 +342,7 @@ GameDescriptor GameDetector::findGame(const String &gameName, const Plugin **plu 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". -- cgit v1.2.3