[Scummvm-git-logs] scummvm master -> 4c34e3a83d7c14e7bc7fcd4a58f0b2b7d6775a2c

mduggan noreply at scummvm.org
Tue Sep 23 10:34:03 UTC 2025


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .

Summary:
4c34e3a83d ACCESS: Remove redundant semicolon


Commit: 4c34e3a83d7c14e7bc7fcd4a58f0b2b7d6775a2c
    https://github.com/scummvm/scummvm/commit/4c34e3a83d7c14e7bc7fcd4a58f0b2b7d6775a2c
Author: Matthew Duggan (mgithub at guarana.org)
Date: 2025-09-23T20:33:38+10:00

Commit Message:
ACCESS: Remove redundant semicolon

Changed paths:
    engines/access/martian/martian_scripts.cpp


diff --git a/engines/access/martian/martian_scripts.cpp b/engines/access/martian/martian_scripts.cpp
index 41b67874f4a..e42711fab13 100644
--- a/engines/access/martian/martian_scripts.cpp
+++ b/engines/access/martian/martian_scripts.cpp
@@ -114,7 +114,7 @@ void MartianScripts::cmdSpecial1(int param1, int param2) {
 
 void MartianScripts::cmdSpecial2() {
 	_duct->duct2();
-};
+}
 
 void MartianScripts::cmdSpecial3() {
 	_vm->_screen->forceFadeOut();




More information about the Scummvm-git-logs mailing list