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
ddf10fc4ac
commit
917b3c2d5b
@ -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