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

bluegr noreply at scummvm.org
Tue Oct 24 06:52:43 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:
e257c23a07 GOB: add comma at the end of the line for save.inf


Commit: e257c23a072648e116f2a57f1853011f53d45d01
    https://github.com/scummvm/scummvm/commit/e257c23a072648e116f2a57f1853011f53d45d01
Author: Benjamin Funke (58399929+BJNFNE at users.noreply.github.com)
Date: 2023-10-24T09:52:39+03:00

Commit Message:
GOB: add comma at the end of the line for save.inf

Changed paths:
    engines/gob/save/saveload_geisha.cpp


diff --git a/engines/gob/save/saveload_geisha.cpp b/engines/gob/save/saveload_geisha.cpp
index f8573bd2105..76f7540c3d5 100644
--- a/engines/gob/save/saveload_geisha.cpp
+++ b/engines/gob/save/saveload_geisha.cpp
@@ -27,7 +27,7 @@
 namespace Gob {
 
 SaveLoad_Geisha::SaveFile SaveLoad_Geisha::_saveFiles[] = {
-	{"save.inf", kSaveModeSave, nullptr, "savegame"}
+	{"save.inf", kSaveModeSave, nullptr, "savegame"},
 };
 
 




More information about the Scummvm-git-logs mailing list