diff options
-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 |