Skip to content

Commit 6b1a018

Browse files
author
Anon Y. Mouse
committed
Updated chunk name in lua.template to be consistent with chunk name in main.c
1 parent 86eaaa2 commit 6b1a018

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lua/fuser.lua.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ if filename then
3131
input:close()
3232
end
3333

34-
local func, errmsg = loadstring(source, "=fuser")
34+
local func, errmsg = loadstring(source, "=lua")
3535
if not func then
3636
print("error compiling lua source: " .. errmsg)
3737
return

0 commit comments

Comments
 (0)