CHG: mostly syntax suger, trying to uniform the look 'n feel.. To make calls act to what is expected.

This commit is contained in:
iceman1001 2016-04-10 12:56:59 +02:00
commit 2abdfa491c
4 changed files with 67 additions and 104 deletions

View file

@ -520,7 +520,7 @@ int DesfireAPDU(uint8_t *cmd, size_t cmd_len, uint8_t *dataout){
len = ReaderReceive(resp, par);
if( len == 0x00 ){
if ( !len ) {
if (MF_DBGLEVEL >= 4) Dbprintf("fukked");
return FALSE; //DATA LINK ERROR
}