summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author cracyc <cracyc@users.noreply.github.com>2017-06-13 14:39:52 -0500
committer cracyc <cracyc@users.noreply.github.com>2017-06-13 14:39:52 -0500
commit2cbdb17ed879f11b018c123fc06a6cb19432eef7 (patch)
treeb2e5211c9e32657c0a785dda90702340bd060094
parent02e77eb610ac0e4c16991d4f96f15174e1a16003 (diff)
plugins/cheat: oops (nw)
-rw-r--r--plugins/cheat/cheat_simple.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/cheat/cheat_simple.lua b/plugins/cheat/cheat_simple.lua
index 71de504c594..61c359b44b5 100644
--- a/plugins/cheat/cheat_simple.lua
+++ b/plugins/cheat/cheat_simple.lua
@@ -168,7 +168,7 @@ function simple.conv_cheat(data)
elseif size and val then
cheat = { desc = desc, space = { cpup = { tag = cputag, type = "program" } } }
if size == "w" then
- size "u16"
+ size = "u16"
elseif size == "d" then
size = "u32"
elseif size == "q" then