mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-04 09:56:30 +00:00
ILLUSIONS: code formatting
This commit is contained in:
parent
bc85ff1868
commit
ffd67acce8
@ -74,7 +74,7 @@ char *debugW2I(uint16 *wstr) {
|
||||
return buf;
|
||||
}
|
||||
|
||||
void swapBytesInWideString(byte * wstr) {
|
||||
void swapBytesInWideString(byte *wstr) {
|
||||
#if defined(SCUMM_BIG_ENDIAN)
|
||||
for (byte *ptr = wstr; *ptr != 0; ptr += 2) {
|
||||
WRITE_UINT16(ptr, SWAP_BYTES_16(READ_UINT16(ptr)));
|
||||
|
Loading…
x
Reference in New Issue
Block a user