Skip to content

Commit 3fcbb3c

Browse files
author
Fraser J. Gordon
committed
Fix a typo
1 parent ec6949f commit 3fcbb3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libscript/src/script-object.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ bool MCScriptInitialize(void)
2727

2828
for(uindex_t i = 0; i < t_module_count; i++)
2929
{
30-
MCLog("Loading builtin module - %s", t_modules[i] . name);
30+
MCLog("Loading builtin module - %s", t_modules[i] -> name);
3131

3232
MCStreamRef t_stream;
3333
if (!MCMemoryInputStreamCreate(t_modules[i] -> data, t_modules[i] -> size, t_stream))

0 commit comments

Comments
 (0)