diff options
Diffstat (limited to 'engines')
-rw-r--r-- | engines/sludge/detection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sludge/detection.cpp b/engines/sludge/detection.cpp index cdb67fae79..a530a5c796 100644 --- a/engines/sludge/detection.cpp +++ b/engines/sludge/detection.cpp @@ -147,7 +147,7 @@ const ADGameDescription *SludgeMetaEngine::fallbackDetect(const FileMap &allFile s_fallbackFileNameBuffer[50] = '\0'; s_fallbackDesc.desc.filesDescriptions[0].fileName = s_fallbackFileNameBuffer; - return (const ADGameDescription *)&s_fallbackDesc;; + return (const ADGameDescription *)&s_fallbackDesc; } return 0; } |