]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
FIX: erroneous semicolon
authorAlexis Green <alexis@cessp.it>
Mon, 8 Aug 2016 03:07:25 +0000 (20:07 -0700)
committerAlexis Green <alexis@cessp.it>
Mon, 8 Aug 2016 03:07:25 +0000 (20:07 -0700)
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