mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-16 11:48:36 +12:00
CppCheck: Tried to classify and marked some lines that weird.
This commit is contained in:
parent
cd23a2ecaf
commit
900389d857
7 changed files with 7 additions and 1 deletions
|
@ -196,6 +196,7 @@ next:
|
|||
|
||||
goto next;
|
||||
}
|
||||
// TODO:: Syphurith: I don't know whether we should keep this else-if now. Since the if condition is same with this one.
|
||||
else if (adec.reader.size < (u32)buf_size)
|
||||
{
|
||||
buf_size = adec.reader.size;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue