diff options
author | Pixel <pixel@nobis-crew.org> | 2009-10-26 17:24:36 -0700 |
---|---|---|
committer | Pixel <pixel@nobis-crew.org> | 2009-10-26 17:24:36 -0700 |
commit | 7e482e5f40f898691df76e796a8b5630828e8316 (patch) | |
tree | 3db0aa1f013fbf594dcec17bb1f7b2a0227f8ffb /lib/luacd.cpp | |
parent | 3a14aad219a6e254d96cea7dbb782323f93e2da3 (diff) |
Typo... MORE_ROW => MODE_ROW
Diffstat (limited to 'lib/luacd.cpp')
-rw-r--r-- | lib/luacd.cpp | 2 |
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(); |