diff options
author | 2017-06-13 14:39:52 -0500 | |
---|---|---|
committer | 2017-06-13 14:39:52 -0500 | |
commit | 2cbdb17ed879f11b018c123fc06a6cb19432eef7 (patch) | |
tree | b2e5211c9e32657c0a785dda90702340bd060094 /plugins/cheat | |
parent | 02e77eb610ac0e4c16991d4f96f15174e1a16003 (diff) |
plugins/cheat: oops (nw)
Diffstat (limited to 'plugins/cheat')
-rw-r--r-- | plugins/cheat/cheat_simple.lua | 2 |
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 |