From aae73e4dfa340f3ca0239dce92f1b564518ad834 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Mon, 21 Apr 2014 20:41:26 +1000 Subject: Shift libGuiLua.so to the libraries directory. --- ClientHamr/GuiLua/GuiLua.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ClientHamr/GuiLua/GuiLua.c') 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'. Normally luaL_register() creates a table of functions, that is the table returned, but we want to do something different with skang. */ -int luaopen_libGuiLua(lua_State *L) +int luaopen_GuiLua(lua_State *L) { int skang; -- cgit v1.1