[Scummvm-git-logs] scummvm master -> 35268ebc44141fa165f1ebb6856db638822739b5

bluegr noreply at scummvm.org
Sat Nov 25 19:41:20 UTC 2023


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:
35268ebc44 GOB: fix indentation in Adibou 1 detection entry


Commit: 35268ebc44141fa165f1ebb6856db638822739b5
    https://github.com/scummvm/scummvm/commit/35268ebc44141fa165f1ebb6856db638822739b5
Author: Benjamin Funke (58399929+BJNFNE at users.noreply.github.com)
Date: 2023-11-25T21:41:16+02:00

Commit Message:
GOB: fix indentation in Adibou 1 detection entry

Changed paths:
    engines/gob/detection/tables_adibou1.h


diff --git a/engines/gob/detection/tables_adibou1.h b/engines/gob/detection/tables_adibou1.h
index 8939c3c99fb..5ac8600a8b9 100644
--- a/engines/gob/detection/tables_adibou1.h
+++ b/engines/gob/detection/tables_adibou1.h
@@ -101,7 +101,7 @@
 	},
 	 kGameTypeAdibou1,
 	 kFeaturesAdLib | kFeatures640x400,
-	 0 ,0 , 0
+	 0, 0, 0
 },
 
 // -- DOS VGA Floppy --




More information about the Scummvm-git-logs mailing list