summaryrefslogtreecommitdiffstatshomepage
path: root/plugins
diff options
context:
space:
mode:
author cracyc <cracyc@users.noreply.github.com>2018-12-22 18:11:13 -0600
committer cracyc <cracyc@users.noreply.github.com>2018-12-22 18:11:13 -0600
commit48f61988db4e9012212477302dd8eb93b0a67a66 (patch)
treea2efb34c8fce54b105d739b0103991d799492fd5 /plugins
parent655bfff256169b99eccda06216dcaae31a475b02 (diff)
plugins/cheatfind: fix typo (nw)
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"