diff options
Diffstat (limited to 'engines/glk/advsys/detection.cpp')
-rw-r--r-- | engines/glk/advsys/detection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/glk/advsys/detection.cpp b/engines/glk/advsys/detection.cpp index d3b376f0b6..921be4eef8 100644 --- a/engines/glk/advsys/detection.cpp +++ b/engines/glk/advsys/detection.cpp @@ -65,7 +65,7 @@ bool AdvSysMetaEngine::detectGames(const Common::FSList &fslist, DetectedGames & if (!gameFile.open(*file)) continue; - Header hdr(&gameFile); + Header hdr(gameFile); if (!hdr._valid) continue; |