Skip to content

Commit

Permalink
Update nfc-mfclassic.c
Browse files Browse the repository at this point in the history
  • Loading branch information
quantum-x committed Nov 3, 2015
1 parent c71d726 commit 758cb0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/nfc-mfclassic.c
Original file line number Diff line number Diff line change
Expand Up @@ -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()) {
Expand Down

0 comments on commit 758cb0c

Please sign in to comment.