Skip to content

Commit 0e012e4

Browse files
committed
clenaups duktape
1 parent 2b4bd18 commit 0e012e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/js/DuktapeContext.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ struct Context {
441441
return false;
442442
}
443443

444-
auto &function = m_functions[index];
444+
auto& function = m_functions[index];
445445
duk_push_heapptr(_ctx, function.ptr);
446446
int args = 0;
447447
#ifndef BIND_GLOBAL_TO_FUNCTION

0 commit comments

Comments
 (0)