[Scummvm-git-logs] scummvm master -> 52e89ef174ffb00e4baf34b734c13f9dfefb62be
moralrecordings
noreply at scummvm.org
Thu Jun 27 09:10:39 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:
52e89ef174 DEVTOOLS: Fix formatting typo in director-generate-xobj-stub.py
Commit: 52e89ef174ffb00e4baf34b734c13f9dfefb62be
https://github.com/scummvm/scummvm/commit/52e89ef174ffb00e4baf34b734c13f9dfefb62be
Author: Scott Percival (code at moral.net.au)
Date: 2024-06-27T17:10:28+08:00
Commit Message:
DEVTOOLS: Fix formatting typo in director-generate-xobj-stub.py
Changed paths:
devtools/director-generate-xobj-stub.py
diff --git a/devtools/director-generate-xobj-stub.py b/devtools/director-generate-xobj-stub.py
index 2d7fc028a5d..2fa66210588 100755
--- a/devtools/director-generate-xobj-stub.py
+++ b/devtools/director-generate-xobj-stub.py
@@ -116,8 +116,8 @@ namespace Director {{
const char *{xobj_class}::xlibName = "{name}";
const XlibFileDesc {xobj_class}::fileNames[] = {{
- { "{filename}", nullptr },
- { nullptr, nullptr },
+ {{ "{filename}", nullptr }},
+ {{ nullptr, nullptr }},
}};
static MethodProto xlibMethods[] = {{
More information about the Scummvm-git-logs
mailing list