Updating nesting typo
This commit is contained in:
parent
b5684c1755
commit
20f22b97e7
@ -318,6 +318,7 @@ read_card(int read_unlocked)
|
|||||||
//If User has requested an unlocked read, but we're unable to unlock the card, we'll error out.
|
//If User has requested an unlocked read, but we're unable to unlock the card, we'll error out.
|
||||||
if (!unlock_card()) {
|
if (!unlock_card()) {
|
||||||
return false;
|
return false;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -396,6 +397,7 @@ write_card(int write_block_zero)
|
|||||||
//If User has requested an unlocked write, but we're unable to unlock the card, we'll error out.
|
//If User has requested an unlocked write, but we're unable to unlock the card, we'll error out.
|
||||||
if (!unlock_card()) {
|
if (!unlock_card()) {
|
||||||
return false;
|
return false;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user