summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPixel <pixel@nobis-crew.org>2009-10-26 17:24:36 -0700
committerPixel <pixel@nobis-crew.org>2009-10-26 17:24:36 -0700
commit7e482e5f40f898691df76e796a8b5630828e8316 (patch)
tree3db0aa1f013fbf594dcec17bb1f7b2a0227f8ffb
parent3a14aad219a6e254d96cea7dbb782323f93e2da3 (diff)
Typo... MORE_ROW => MODE_ROW
-rw-r--r--lib/luacd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/luacd.cpp b/lib/luacd.cpp
index 9c4e55a..97dbbaf 100644
--- a/lib/luacd.cpp
+++ b/lib/luacd.cpp
@@ -207,7 +207,7 @@ void Luacdutils::pushstatics(Lua * L) throw (GeneralException) {
L->push((lua_Number) MODE2_FORM2);
L->setvar();
- L->push("MORE_RAW");
+ L->push("MODE_RAW");
L->push((lua_Number) MODE_RAW);
L->setvar();