plugins/cheat: oops (nw)

This commit is contained in:
cracyc 2017-06-13 14:39:52 -05:00
parent 02e77eb610
commit 2cbdb17ed8

View File

@ -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