diff options
author | David Walter Seikel | 2014-04-08 01:49:14 +1000 |
---|---|---|
committer | David Walter Seikel | 2014-04-08 01:49:14 +1000 |
commit | e2a40c64f7a8b21718068deef09d8e5fff318a44 (patch) | |
tree | cffc5275d053fb2c6825521b9a7869f047c6abd1 /ClientHamr | |
parent | Add notes about what we need C for. (diff) | |
download | SledjHamr-e2a40c64f7a8b21718068deef09d8e5fff318a44.zip SledjHamr-e2a40c64f7a8b21718068deef09d8e5fff318a44.tar.gz SledjHamr-e2a40c64f7a8b21718068deef09d8e5fff318a44.tar.bz2 SledjHamr-e2a40c64f7a8b21718068deef09d8e5fff318a44.tar.xz |
Typo--
Diffstat (limited to 'ClientHamr')
-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); |