Combine two ifs

This commit is contained in:
Chin 2014-12-24 18:48:35 -05:00 committed by Henrik Rydgard
parent 294ade904c
commit ff5d408c81

View File

@ -2148,9 +2148,8 @@ static int sceAtracLowLevelDecode(int atracID, u32 sourceAddr, u32 sourceBytesCo
if (avret < 0) {
ERROR_LOG(ME, "swr_convert: Error while converting %d", avret);
}
break;
}
if (res == ATDECODE_GOTFRAME)
break;
}
}