[Scummvm-git-logs] scummvm master -> 864765a393cd58a9befb328ddc72b548297d91f9
sev-
noreply at scummvm.org
Mon Jun 16 21:46:24 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:
864765a393 LASTEXPRESS: Remove superfluous semicolon
Commit: 864765a393cd58a9befb328ddc72b548297d91f9
https://github.com/scummvm/scummvm/commit/864765a393cd58a9befb328ddc72b548297d91f9
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2025-06-16T23:46:15+02:00
Commit Message:
LASTEXPRESS: Remove superfluous semicolon
Changed paths:
engines/lastexpress/sound/sound.h
diff --git a/engines/lastexpress/sound/sound.h b/engines/lastexpress/sound/sound.h
index b5f4f1bd2a4..ae964d12a2f 100644
--- a/engines/lastexpress/sound/sound.h
+++ b/engines/lastexpress/sound/sound.h
@@ -34,7 +34,7 @@ class AudioStream;
class Mixer;
class QueuingAudioStream;
class SoundHandle;
-}; // namespace Audio
+} // namespace Audio
namespace LastExpress {
More information about the Scummvm-git-logs
mailing list