summaryrefslogtreecommitdiff
path: root/plugins/MirLua/src/mlua.cpp
diff options
context:
space:
mode:
authorAlexander Lantsev <aunsane@gmail.com>2015-07-04 14:18:06 +0000
committerAlexander Lantsev <aunsane@gmail.com>2015-07-04 14:18:06 +0000
commitaede5032296f9d2ff9b3de6787c5493254d00e2e (patch)
tree40d7e51b19bcef998cf74aa0879bf50cb2c87288 /plugins/MirLua/src/mlua.cpp
parentfee85fe9916e603d9fdd7e6c61e1f3380df59d51 (diff)
MirLua: added module m_message
git-svn-id: http://svn.miranda-ng.org/main/trunk@14487 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MirLua/src/mlua.cpp')
-rw-r--r--plugins/MirLua/src/mlua.cpp2
1 files changed, 1 insertions, 1 deletions
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);