make style

This commit is contained in:
Philippe Teuwen
2019-08-11 23:53:45 +02:00
parent 0ab23426d6
commit 47b60d84de
4 changed files with 18 additions and 18 deletions

View File

@@ -108,7 +108,7 @@ local function main(args)
if infile == nil then
return oops('Could not read file ', input)
end
local dumpdata = readdump(infile)
-- The hex-data is now in ascii-format,
if dumpdata == NIL then return oops('Dumpfle not loaded') end