From 2cbdb17ed879f11b018c123fc06a6cb19432eef7 Mon Sep 17 00:00:00 2001 From: cracyc Date: Tue, 13 Jun 2017 14:39:52 -0500 Subject: [PATCH] plugins/cheat: oops (nw) --- plugins/cheat/cheat_simple.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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