[Scummvm-git-logs] scummvm master -> 6f0d04c84e9e1a0c06f6611a64161df341659357

sev- noreply at scummvm.org
Thu Aug 22 21:25:54 UTC 2024


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:
6f0d04c84e DIRECTOR: DT: Remove extra semicolon


Commit: 6f0d04c84e9e1a0c06f6611a64161df341659357
    https://github.com/scummvm/scummvm/commit/6f0d04c84e9e1a0c06f6611a64161df341659357
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2024-08-22T23:25:36+02:00

Commit Message:
DIRECTOR: DT: Remove extra semicolon

Changed paths:
    engines/director/debugger/dt-internal.h


diff --git a/engines/director/debugger/dt-internal.h b/engines/director/debugger/dt-internal.h
index 7b5afd613b6..f02fb3b4257 100644
--- a/engines/director/debugger/dt-internal.h
+++ b/engines/director/debugger/dt-internal.h
@@ -250,6 +250,6 @@ extern ImGuiState *_state;
 
 }
 
-};
+}
 
 #endif




More information about the Scummvm-git-logs mailing list