aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/sludge/detection.cpp2
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;
}