mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Tier1: fix typo in byteswap.h
This commit is contained in:
parent
8ffb647686
commit
d80268492a
@ -183,7 +183,7 @@ public:
|
||||
inputBuffer = outputBuffer;
|
||||
}
|
||||
|
||||
// Are we already the correct endienness? ( or are we swapping 1 byte items? )
|
||||
// Are we already the correct endianness? ( or are we swapping 1 byte items? )
|
||||
if (!m_bSwapBytes || (sizeof(T) == 1))
|
||||
{
|
||||
// If we were just going to swap in place then return.
|
||||
|
Loading…
x
Reference in New Issue
Block a user