diff options
| author | 2017-02-19 10:42:13 +1100 | |
|---|---|---|
| committer | 2017-02-19 11:40:55 +1100 | |
| commit | 8f15315a527c3775221d3d909af497b10ed690de (patch) | |
| tree | 187181f0b72f1ec7c87052f1032c62a70a0464b2 /plugins/data | |
| parent | bc1065a31123dfc70c0f1e1da7d1395e6daa8d07 (diff) | |
srcclean (nw)
Diffstat (limited to 'plugins/data')
| -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 = {" |
