From e2a40c64f7a8b21718068deef09d8e5fff318a44 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Tue, 8 Apr 2014 01:49:14 +1000 Subject: Typo-- --- ClientHamr/GuiLua/test_c.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) // http://www.lua.org/pil/25.3.html seems the most reasonable of the examples I've found. // This uses function{} style. -// skang.thingasm{_M, 'cfooble,c', 'cfooble help text', 1, widget=\"'edit', 'The fooble:', 1, 1, 10, 50\", required=true} +// skang.thingasm{_M, 'cfooble,c', 'cfooble help text', 1, widget=\"'edit', 'The cfooble:', 1, 1, 10, 50\", required=true} lua_getfield(L, skang, "thingasm"); i = 1; lua_newtable(L); -- cgit v1.1