From 225cad379f2af109c84220ddb998035551ee29b2 Mon Sep 17 00:00:00 2001 From: Adrian Frühwirth Date: Mon, 5 Mar 2018 23:06:20 +0100 Subject: SLUDGE: Remove unnecessary semicolon --- engines/sludge/detection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit v1.2.3