make style

This commit is contained in:
Philippe Teuwen 2013-12-02 22:55:10 +01:00
parent a1ef329962
commit 4817a6e5c9

View file

@ -438,7 +438,7 @@ write_card(int write_block_zero)
// Make sure a earlier write did not fail // Make sure a earlier write did not fail
if (!bFailure) { if (!bFailure) {
// Try to write the data block // Try to write the data block
if(bFormatCard && uiBlock) if (bFormatCard && uiBlock)
memset(mp.mpd.abtData, 0x00, 16); memset(mp.mpd.abtData, 0x00, 16);
else else
memcpy(mp.mpd.abtData, mtDump.amb[uiBlock].mbd.abtData, 16); memcpy(mp.mpd.abtData, mtDump.amb[uiBlock].mbd.abtData, 16);