]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
Merge branch 'master' of https://github.com/iceman1001/proxmark3
authoriceman1001 <iceman@iuse.se>
Mon, 8 Aug 2016 05:46:12 +0000 (07:46 +0200)
committericeman1001 <iceman@iuse.se>
Mon, 8 Aug 2016 05:46:12 +0000 (07:46 +0200)
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