aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/advsys/detection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk/advsys/detection.cpp')
-rw-r--r--engines/glk/advsys/detection.cpp2
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;