General Formatting

This commit is contained in:
Stevoisiak
2015-02-28 17:24:02 -05:00
parent ede4977d12
commit eff924e9e2
5 changed files with 11 additions and 10 deletions

View File

@ -77,8 +77,8 @@ bool CISOFileReader::Read(u64 offset, u64 nbytes, u8* out_ptr)
}
out_ptr += bytes_to_read;
offset += bytes_to_read;
nbytes -= bytes_to_read;
offset += bytes_to_read;
nbytes -= bytes_to_read;
}
return true;