]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
Merge pull request #21 from alexgrin/iceman_master
authorIceman <iceman@iuse.se>
Mon, 8 Aug 2016 05:43:26 +0000 (07:43 +0200)
committerGitHub <noreply@github.com>
Mon, 8 Aug 2016 05:43:26 +0000 (07:43 +0200)
FIX: erroneous semicolon

client/cmdhfmf.c

index 1988fa16b74927ddc7aad948feda929408a5d38e..ec542eb3f00800865cdca8aaa1a60aeedb1bf910 100644 (file)
@@ -1326,7 +1326,7 @@ uint8_t k_sectorsCount = 16;
 void readerAttack(nonces_t data[], bool setEmulatorMem) {\r
 \r
        // initialize storage for found keys\r
-       if (k_sector == NULL);\r
+       if (k_sector == NULL)\r
                k_sector = calloc(k_sectorsCount, sizeof(sector));\r
        if (k_sector == NULL) \r
                return;\r
Impressum, Datenschutz