[Scummvm-git-logs] scummvm master -> c6e5186f38299f89c2b88db90c064416cfa51ded

digitall noreply at scummvm.org
Sun Jul 14 23:56:42 UTC 2024


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:
c6e5186f38 AVALANCHE: Fix GCC Compiler Warnings


Commit: c6e5186f38299f89c2b88db90c064416cfa51ded
    https://github.com/scummvm/scummvm/commit/c6e5186f38299f89c2b88db90c064416cfa51ded
Author: D G Turner (digitall at scummvm.org)
Date: 2024-07-15T00:56:08+01:00

Commit Message:
AVALANCHE: Fix GCC Compiler Warnings

Changed paths:
    engines/avalanche/detection.cpp


diff --git a/engines/avalanche/detection.cpp b/engines/avalanche/detection.cpp
index 654bb278686..8841a9299fe 100644
--- a/engines/avalanche/detection.cpp
+++ b/engines/avalanche/detection.cpp
@@ -39,7 +39,7 @@ static const PlainGameDescriptor avalancheGames[] = {
 };
 
 static const AvalancheGameDescription gameDescriptions[] = {
-	{
+	{{
 		"avalanche", nullptr,
 		AD_ENTRY2s("avalot.sez",	"de10eb353228013da3d3297784f81ff9", 48763,
 				   "mainmenu.avd",	"89f31211af579a872045b175cc264298", 18880),
@@ -47,9 +47,9 @@ static const AvalancheGameDescription gameDescriptions[] = {
 		Common::kPlatformDOS,
 		ADGF_UNSTABLE,
 		GUIO1(GUIO_NOMIDI)
-	},
+	}},
 
-	AD_TABLE_END_MARKER
+	{AD_TABLE_END_MARKER}
 };
 
 class AvalancheMetaEngineDetection : public AdvancedMetaEngineDetection<AvalancheGameDescription> {




More information about the Scummvm-git-logs mailing list