make style
This commit is contained in:
parent
a1ef329962
commit
4817a6e5c9
1 changed files with 1 additions and 1 deletions
|
@ -438,7 +438,7 @@ write_card(int write_block_zero)
|
|||
// Make sure a earlier write did not fail
|
||||
if (!bFailure) {
|
||||
// Try to write the data block
|
||||
if(bFormatCard && uiBlock)
|
||||
if (bFormatCard && uiBlock)
|
||||
memset(mp.mpd.abtData, 0x00, 16);
|
||||
else
|
||||
memcpy(mp.mpd.abtData, mtDump.amb[uiBlock].mbd.abtData, 16);
|
||||
|
|
Loading…
Add table
Reference in a new issue