]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/scripts/tnp3sim.lua
FIX: thanks @tony, for pointing out a "end" statement inside tnp3sim.lua
[proxmark3-svn] / client / scripts / tnp3sim.lua
index fa9d1c22d998db91d36065d07849001cad899ab5..4325ea3fbfbed09e13525d3ed3ac2f0a97de7892 100644 (file)
@@ -197,7 +197,6 @@ local function ValidateCheckSums(blocks)
        calc = CalcCheckSum(blocks,2,3)
        if crc == calc then isOk='Ok' else isOk = 'Error' end   
        io.write( ('TYPE 3 area 2: %04x = %04x -- %s\n'):format(crc,calc,isOk))
-end
 
        local cmd
        local blockdata
Impressum, Datenschutz