aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ClientHamr/GuiLua/GuiLua.c
diff options
context:
space:
mode:
Diffstat (limited to 'ClientHamr/GuiLua/GuiLua.c')
-rw-r--r--ClientHamr/GuiLua/GuiLua.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ClientHamr/GuiLua/GuiLua.c b/ClientHamr/GuiLua/GuiLua.c
index 1e6d3fa..c7a368c 100644
--- a/ClientHamr/GuiLua/GuiLua.c
+++ b/ClientHamr/GuiLua/GuiLua.c
@@ -359,7 +359,7 @@ be 'libGuiLua'.
359Normally luaL_register() creates a table of functions, that is the table 359Normally luaL_register() creates a table of functions, that is the table
360returned, but we want to do something different with skang. 360returned, but we want to do something different with skang.
361*/ 361*/
362int luaopen_libGuiLua(lua_State *L) 362int luaopen_GuiLua(lua_State *L)
363{ 363{
364 int skang; 364 int skang;
365 365