Skip to content

Commit

Permalink
ENGINES: Fix formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Schickel committed Mar 8, 2016
1 parent a2e9cc4 commit 3ec225f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/advancedDetector.cpp
Expand Up @@ -108,7 +108,7 @@ void AdvancedMetaEngine::updateGameDescriptor(GameDescriptor &desc, const ADGame
}

if (!desc.contains("preferredtarget"))
desc["preferredtarget"] = desc["gameid"];
desc["preferredtarget"] = desc["gameid"];

if (realDesc->flags & ADGF_AUTOGENTARGET) {
if (*realDesc->extra)
Expand Down

0 comments on commit 3ec225f

Please sign in to comment.