mboxc: Fixed typo in setmetatable after ported to lua 5.2
Signed-off-by: Juergen Descher <jhdl@gmx.net> Signed-off-by: Adrian C. (anrxc) <anrxc@sysphere.org>
This commit is contained in:
parent
052d19e6bb
commit
0fd4fc5c2a
|
@ -55,4 +55,4 @@ local function worker(format, warg)
|
||||||
end
|
end
|
||||||
-- }}}
|
-- }}}
|
||||||
|
|
||||||
return setmetatable(mbox, { __call = function(_, ...) return worker(...) end })
|
return setmetatable(mboxc, { __call = function(_, ...) return worker(...) end })
|
||||||
|
|
Loading…
Reference in New Issue