mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07:00
style
This commit is contained in:
parent
f1deb865db
commit
69f8d81f4e
12 changed files with 42 additions and 43 deletions
|
@ -174,7 +174,7 @@ local function main( args)
|
|||
local blocks, err = getBlock(0)
|
||||
if err then
|
||||
close()
|
||||
return oops(err)
|
||||
return oops(err)
|
||||
end
|
||||
-- Block 3 contains number of blocks
|
||||
local b3chars = {string.byte(blocks[4], 1,4)}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue