diff options
| author | 2018-12-22 18:11:13 -0600 | |
|---|---|---|
| committer | 2018-12-22 18:11:13 -0600 | |
| commit | 48f61988db4e9012212477302dd8eb93b0a67a66 (patch) | |
| tree | a2efb34c8fce54b105d739b0103991d799492fd5 /plugins | |
| parent | 655bfff256169b99eccda06216dcaae31a475b02 (diff) | |
plugins/cheatfind: fix typo (nw)
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/cheatfind/init.lua | 2 |
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" |
