From 758cb0cc05ef976acf73c866db131caa36dc00e2 Mon Sep 17 00:00:00 2001 From: quantum-x Date: Tue, 3 Nov 2015 18:52:39 +0100 Subject: [PATCH] Update nfc-mfclassic.c --- utils/nfc-mfclassic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/nfc-mfclassic.c b/utils/nfc-mfclassic.c index 7ecdfa7..333f710 100644 --- a/utils/nfc-mfclassic.c +++ b/utils/nfc-mfclassic.c @@ -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()) {