[Scummvm-git-logs] scummvm master -> 225cad379f2af109c84220ddb998035551ee29b2

bonki bonki at users.noreply.github.com
Mon Mar 5 23:06:56 CET 2018


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
225cad379f SLUDGE: Remove unnecessary semicolon


Commit: 225cad379f2af109c84220ddb998035551ee29b2
    https://github.com/scummvm/scummvm/commit/225cad379f2af109c84220ddb998035551ee29b2
Author: Adrian Frühwirth (bonki at users.noreply.github.com)
Date: 2018-03-05T23:06:20+01:00

Commit Message:
SLUDGE: Remove unnecessary semicolon

Changed paths:
    engines/sludge/detection.cpp


diff --git a/engines/sludge/detection.cpp b/engines/sludge/detection.cpp
index cdb67fa..a530a5c 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;
 }





More information about the Scummvm-git-logs mailing list