diff options
Diffstat (limited to 'base')
-rw-r--r-- | base/gameDetector.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/gameDetector.cpp b/base/gameDetector.cpp index 400ccce600..b2aa2d64f7 100644 --- a/base/gameDetector.cpp +++ b/base/gameDetector.cpp @@ -261,7 +261,7 @@ void listTargets() { if (description.isEmpty()) { // FIXME: At this point, we should check for a "gameid" override // to find the proper desc. In fact, the platform probably should - // be take into consideration, too. + // be taken into account, too. String gameid(name); GameSettings g = GameDetector::findGame(gameid); if (g.description) |