Update nfc-mfclassic.c

This commit is contained in:
quantum-x 2015-11-03 18:52:39 +01:00
parent c71d7267ac
commit 758cb0cc05

View file

@ -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()) {