From aede5032296f9d2ff9b3de6787c5493254d00e2e Mon Sep 17 00:00:00 2001 From: Alexander Lantsev Date: Sat, 4 Jul 2015 14:18:06 +0000 Subject: MirLua: added module m_message git-svn-id: http://svn.miranda-ng.org/main/trunk@14487 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/MirLua/src/mlua.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/MirLua/src/mlua.cpp') diff --git a/plugins/MirLua/src/mlua.cpp b/plugins/MirLua/src/mlua.cpp index 253bd2b64e..0e78810fba 100644 --- a/plugins/MirLua/src/mlua.cpp +++ b/plugins/MirLua/src/mlua.cpp @@ -25,7 +25,7 @@ void CMLua::Load() lua_pop(L, 1); lua_getglobal(L, "_G"); - lua_pushcclosure(L, luaM_print, 0); + lua_pushcclosure(L, luaM_print, 0); lua_setfield(L, -2, "print"); lua_pop(L, 1); -- cgit v1.2.3