diff options
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/data/data_hiscore.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/data/data_hiscore.lua b/plugins/data/data_hiscore.lua index a8897e1e1f3..0ec80e2b0af 100644 --- a/plugins/data/data_hiscore.lua +++ b/plugins/data/data_hiscore.lua @@ -177,7 +177,7 @@ function env.charset_conv(bytes, charset) if type(charset) == "string" then local chartype, offset, delta = charset:match("CS_(%w*)%[?(%-?%d?%d?),?(%d?%d?)%]?") if chartype == "NUMBER" then - + end emu.print_verbose("data_hiscore: charset " .. chartype .. " unimplemented\n") return bytes @@ -285,7 +285,7 @@ function dat.check(set, softlist) local function parse_table(xml) local total_size = 0 local s = { "local data = open('" .. xml.structure[1].file .. "', size)\nlocal offset = 1\nlocal arr = {}", - "local elem, bytes, offset, value, lastindex, output"} + "local elem, bytes, offset, value, lastindex, output"} local fparam = {} if xml.bitmask then local bitmask = "local bitmask = {" |
