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

bluegr noreply at scummvm.org
Tue Feb 10 00:09:26 UTC 2026


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:
fae04cf9f8 PHOENIXVR: Remove superfluous semicolon


Commit: fae04cf9f84550b121b79bd7cefde75b8c513963
    https://github.com/scummvm/scummvm/commit/fae04cf9f84550b121b79bd7cefde75b8c513963
Author: Filippos Karapetis (bluegr at gmail.com)
Date: 2026-02-10T02:09:23+02:00

Commit Message:
PHOENIXVR: Remove superfluous semicolon

Changed paths:
    engines/phoenixvr/region_set.h


diff --git a/engines/phoenixvr/region_set.h b/engines/phoenixvr/region_set.h
index f0a61134396..91926156779 100644
--- a/engines/phoenixvr/region_set.h
+++ b/engines/phoenixvr/region_set.h
@@ -28,7 +28,7 @@
 
 namespace Common {
 class String;
-};
+}
 
 namespace PhoenixVR {
 struct Region {




More information about the Scummvm-git-logs mailing list