We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec6949f commit 3fcbb3cCopy full SHA for 3fcbb3c
libscript/src/script-object.cpp
@@ -27,7 +27,7 @@ bool MCScriptInitialize(void)
27
28
for(uindex_t i = 0; i < t_module_count; i++)
29
{
30
- MCLog("Loading builtin module - %s", t_modules[i] . name);
+ MCLog("Loading builtin module - %s", t_modules[i] -> name);
31
32
MCStreamRef t_stream;
33
if (!MCMemoryInputStreamCreate(t_modules[i] -> data, t_modules[i] -> size, t_stream))
0 commit comments