[Scummvm-git-logs] scummvm master -> 79a9b4bbe017c1232111db32a5a4442a9a5c3326

sluicebox noreply at scummvm.org
Thu Jan 26 02:39:45 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:
79a9b4bbe0 SCI: Remove extra semicolon


Commit: 79a9b4bbe017c1232111db32a5a4442a9a5c3326
    https://github.com/scummvm/scummvm/commit/79a9b4bbe017c1232111db32a5a4442a9a5c3326
Author: sluicebox (22204938+sluicebox at users.noreply.github.com)
Date: 2023-01-25T18:34:30-08:00

Commit Message:
SCI: Remove extra semicolon

Changed paths:
    engines/sci/sound/drivers/casio.cpp


diff --git a/engines/sci/sound/drivers/casio.cpp b/engines/sci/sound/drivers/casio.cpp
index b350bdd7968..c4fc37dd8c7 100644
--- a/engines/sci/sound/drivers/casio.cpp
+++ b/engines/sci/sound/drivers/casio.cpp
@@ -201,7 +201,7 @@ void MidiDriver_Casio::playSwitch(bool play) {
 	_playSwitch = play;
 	if (!_playSwitch)
 		stopAllNotes(0xFF, 0xFF);
-};
+}
 
 void MidiDriver_Casio::noteOn(byte outputChannel, byte note, byte velocity, int8 source) {
 	if (velocity == 0) {




More information about the Scummvm-git-logs mailing list