summaryrefslogtreecommitdiffstatshomepage
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/cheatfind/init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/cheatfind/init.lua b/plugins/cheatfind/init.lua
index 568656955b0..86fcf04ca49 100644
--- a/plugins/cheatfind/init.lua
+++ b/plugins/cheatfind/init.lua
@@ -724,7 +724,7 @@ function cheatfind.startplugin()
elseif wid == "4" then
wid = "u32"
form = "%08x %08x"
- widchart = "d"
+ widchar = "d"
elseif wid == "8" then
wid = "u64"
form = "%08x %016x"