src: cleanup linker.h

This commit is contained in:
Markus F.X.J. Oberhumer
2023-04-19 23:19:45 +02:00
parent 7f5b64c91a
commit d1ab85a1a6
5 changed files with 19 additions and 59 deletions
+1 -1
View File
@@ -257,7 +257,7 @@ void Packer::defineDecompressorSymbols()
(res->lit_context_bits << 0) |
(res->lit_pos_bits << 8) |
(res->pos_bits << 16);
if (linker->bele->isBE()) // big endian - bswap32
if (bele->isBE()) // big endian - bswap32
properties = bswap32(properties);
linker->defineSymbol("lzma_properties", properties);