Update nfc-mfclassic.c
This commit is contained in:
parent
c71d7267ac
commit
758cb0cc05
1 changed files with 1 additions and 1 deletions
|
@ -394,7 +394,7 @@ write_card(int write_block_zero)
|
|||
//need to use the W mode. We'll trigger a warning and let them proceed.
|
||||
if (magic2) {
|
||||
printf("Note: This card does not require an unlocked write (W) \n");
|
||||
write_block_zero = 0
|
||||
write_block_zero = 0;
|
||||
} else {
|
||||
//If User has requested an unlocked write, but we're unable to unlock the card, we'll error out.
|
||||
if (!unlock_card()) {
|
||||
|
|
Loading…
Reference in a new issue