General Formatting

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

View file

@ -95,7 +95,7 @@ bool CVolumeWiiCrypted::Read(u64 _ReadOffset, u64 _Length, u8* _pBuffer, bool de
memcpy(_pBuffer, &m_LastDecryptedBlock[Offset], (size_t)CopySize);
// Update offsets
_Length -= CopySize;
_Length -= CopySize;
_pBuffer += CopySize;
_ReadOffset += CopySize;
}