From 8f15315a527c3775221d3d909af497b10ed690de Mon Sep 17 00:00:00 2001 From: Vas Crabb Date: Sun, 19 Feb 2017 10:42:13 +1100 Subject: srcclean (nw) --- plugins/data/data_hiscore.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/data') 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 = {" -- cgit v1.2.3