Skip to content
This repository was archived by the owner on Feb 24, 2021. It is now read-only.

Commit 07b9e98

Browse files
authored
Merge pull request #21 from alexgrin/iceman_master
FIX: erroneous semicolon
2 parents 29f8c2c + 170e7c9 commit 07b9e98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/cmdhfmf.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1326,7 +1326,7 @@ uint8_t k_sectorsCount = 16;
13261326
void readerAttack(nonces_t data[], bool setEmulatorMem) {
13271327

13281328
// initialize storage for found keys
1329-
if (k_sector == NULL);
1329+
if (k_sector == NULL)
13301330
k_sector = calloc(k_sectorsCount, sizeof(sector));
13311331
if (k_sector == NULL)
13321332
return;

0 commit comments

Comments
 (0)