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

ccawley2011 ccawley2011 at gmail.com
Sat Oct 10 20:26:53 UTC 2020


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:
baa1a49122 CINE: Fix warning


Commit: baa1a49122f7189be47b4936b7dbe44867d4286c
    https://github.com/scummvm/scummvm/commit/baa1a49122f7189be47b4936b7dbe44867d4286c
Author: Cameron Cawley (ccawley2011 at gmail.com)
Date: 2020-10-10T21:26:41+01:00

Commit Message:
CINE: Fix warning

Changed paths:
    engines/cine/detection_tables.h


diff --git a/engines/cine/detection_tables.h b/engines/cine/detection_tables.h
index 528566840f..8db9ecc9a3 100644
--- a/engines/cine/detection_tables.h
+++ b/engines/cine/detection_tables.h
@@ -247,14 +247,14 @@ static const CINEGameDescription gameDescriptions[] = {
 		0,
 	},
 
-	///////////////////////////////////////////////////////////////////////////////////
-	//   ___                       _   _               ____  _             _ _   _
-	//  / _ \ _ __   ___ _ __ __ _| |_(_) ___  _ __   / ___|| |_ ___  __ _| | |_| |__
-	// | | | | '_ \ / _ \ '__/ _` | __| |/ _ \| '_ \  \___ \| __/ _ \/ _` | | __| '_ \
-	// | |_| | |_) |  __/ | | (_| | |_| | (_) | | | |  ___) | ||  __/ (_| | | |_| | | |
-	//  \___/| .__/ \___|_|  \__,_|\__|_|\___/|_| |_| |____/ \__\___|\__,_|_|\__|_| |_|
-	//       |_|
-	///////////////////////////////////////////////////////////////////////////////////
+	//////////////////////////////////////////////////////////////////////////////////////
+	//   ___                       _   _               ____  _             _ _   _      //
+	//  / _ \ _ __   ___ _ __ __ _| |_(_) ___  _ __   / ___|| |_ ___  __ _| | |_| |__   //
+	// | | | | '_ \ / _ \ '__/ _` | __| |/ _ \| '_ \  \___ \| __/ _ \/ _` | | __| '_ \  //
+	// | |_| | |_) |  __/ | | (_| | |_| | (_) | | | |  ___) | ||  __/ (_| | | |_| | | | //
+	//  \___/| .__/ \___|_|  \__,_|\__|_|\___/|_| |_| |____/ \__\___|\__,_|_|\__|_| |_| //
+	//       |_|                                                                        //
+	//////////////////////////////////////////////////////////////////////////////////////
 
 	{
 		{




More information about the Scummvm-git-logs mailing list