aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ClientHamr/GuiLua/test_c.c
diff options
context:
space:
mode:
Diffstat (limited to 'ClientHamr/GuiLua/test_c.c')
-rw-r--r--ClientHamr/GuiLua/test_c.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ClientHamr/GuiLua/test_c.c b/ClientHamr/GuiLua/test_c.c
index b5df711..47cb72d 100644
--- a/ClientHamr/GuiLua/test_c.c
+++ b/ClientHamr/GuiLua/test_c.c
@@ -124,7 +124,7 @@ int luaopen_test_c(lua_State *L)
124 lua_pushstring(L, "cfooble,c"); 124 lua_pushstring(L, "cfooble,c");
125 lua_pushstring(L, "Help text"); 125 lua_pushstring(L, "Help text");
126 lua_pushnumber(L, 1); 126 lua_pushnumber(L, 1);
127 lua_pushstring(L, "number"); 127 lua_pushnil(L);
128 lua_pushstring(L, "'edit', 'The cfooble:', 1, 1, 10, 50"); 128 lua_pushstring(L, "'edit', 'The cfooble:', 1, 1, 10, 50");
129 lua_pushboolean(L, 1); // Is required. 129 lua_pushboolean(L, 1); // Is required.
130 lua_pushnil(L); // Default ACL. 130 lua_pushnil(L); // Default ACL.