From b5684c1755d48dae170f4f454bd9b95a5021879f Mon Sep 17 00:00:00 2001 From: quantum-x Date: Tue, 3 Nov 2015 18:33:53 +0100 Subject: [PATCH] Removing typo Removing typo --- 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 4ddc4a3..31ad2a6 100644 --- a/utils/nfc-mfclassic.c +++ b/utils/nfc-mfclassic.c @@ -309,7 +309,7 @@ read_card(int read_unlocked) bool bFailure = false; uint32_t uiReadBlocks = 0; - if (read_unlocke) { + if (read_unlocked) { //If the user is attempting an unlocked read, but has a direct-write type magic card, they don't //need to use the R mode. We'll trigger a warning and let them proceed. if (magic2) {