diff options
Diffstat (limited to '')
-rw-r--r-- | ClientHamr/GuiLua/test_c.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ClientHamr/GuiLua/test_c.c b/ClientHamr/GuiLua/test_c.c index eba9b38..48562e8 100644 --- a/ClientHamr/GuiLua/test_c.c +++ b/ClientHamr/GuiLua/test_c.c | |||
@@ -117,7 +117,7 @@ int luaopen_test_c(lua_State *L) | |||
117 | // http://www.lua.org/pil/25.3.html seems the most reasonable of the examples I've found. | 117 | // http://www.lua.org/pil/25.3.html seems the most reasonable of the examples I've found. |
118 | 118 | ||
119 | // This uses function{} style. | 119 | // This uses function{} style. |
120 | // skang.thingasm{_M, 'cfooble,c', 'cfooble help text', 1, widget=\"'edit', 'The fooble:', 1, 1, 10, 50\", required=true} | 120 | // skang.thingasm{_M, 'cfooble,c', 'cfooble help text', 1, widget=\"'edit', 'The cfooble:', 1, 1, 10, 50\", required=true} |
121 | lua_getfield(L, skang, "thingasm"); | 121 | lua_getfield(L, skang, "thingasm"); |
122 | i = 1; | 122 | i = 1; |
123 | lua_newtable(L); | 123 | lua_newtable(L); |