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

lephilousophe lephilousophe at users.noreply.github.com
Mon Dec 14 11:19:15 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:
b65d187123 STARTREK: Remove comma at end of enumerator list


Commit: b65d1871232e008bc3e16d7f729e99199630c6ea
    https://github.com/scummvm/scummvm/commit/b65d1871232e008bc3e16d7f729e99199630c6ea
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2020-12-14T12:15:59+01:00

Commit Message:
STARTREK: Remove comma at end of enumerator list

Old compilers don't like it

Changed paths:
    engines/startrek/bridge.cpp


diff --git a/engines/startrek/bridge.cpp b/engines/startrek/bridge.cpp
index 38e56a544b..53e2deb8dd 100644
--- a/engines/startrek/bridge.cpp
+++ b/engines/startrek/bridge.cpp
@@ -103,7 +103,7 @@ enum BridgeSequence {
 	kStartMissionVeng,
 	kSeqUnk29,
 	kStartMissionSins,
-	kSeqUnk31,
+	kSeqUnk31
 };
 
 void StarTrekEngine::initBridge(bool b) {




More information about the Scummvm-git-logs mailing list