aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-04-08 01:49:14 +1000
committerDavid Walter Seikel2014-04-08 01:49:14 +1000
commite2a40c64f7a8b21718068deef09d8e5fff318a44 (patch)
treecffc5275d053fb2c6825521b9a7869f047c6abd1
parentAdd notes about what we need C for. (diff)
downloadSledjHamr-e2a40c64f7a8b21718068deef09d8e5fff318a44.zip
SledjHamr-e2a40c64f7a8b21718068deef09d8e5fff318a44.tar.gz
SledjHamr-e2a40c64f7a8b21718068deef09d8e5fff318a44.tar.bz2
SledjHamr-e2a40c64f7a8b21718068deef09d8e5fff318a44.tar.xz
Typo--
-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 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);