Updating nesting typo
This commit is contained in:
parent
b5684c1755
commit
20f22b97e7
1 changed files with 4 additions and 2 deletions
|
@ -320,6 +320,7 @@ read_card(int read_unlocked)
|
|||
return false;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
printf("Reading out %d blocks |", uiBlocks + 1);
|
||||
// Read the card from end to begin
|
||||
|
@ -398,6 +399,7 @@ write_card(int write_block_zero)
|
|||
return false;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
printf("Writing %d blocks |", uiBlocks + 1);
|
||||
// Write the card from begin to end;
|
||||
|
|
Loading…
Add table
Reference in a new issue