mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-12-18 05:52:25 +00:00
Remove static
Signed-off-by: Isaac Marovitz <isaacryu@icloud.com>
This commit is contained in:
parent
4d7f6d88a5
commit
1dc45bab73
1 changed files with 1 additions and 1 deletions
|
|
@ -141,7 +141,7 @@ inline bool bitScanForward(uint64_t v, uint32_t *outFirstSetIndex)
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static int lzxDecompress(const void *lzxData, size_t lzxLength, void *dst, size_t dstLength, uint32_t windowSize, void *windowData, size_t windowDataLength)
|
int lzxDecompress(const void *lzxData, size_t lzxLength, void *dst, size_t dstLength, uint32_t windowSize, void *windowData, size_t windowDataLength)
|
||||||
{
|
{
|
||||||
int resultCode = 1;
|
int resultCode = 1;
|
||||||
uint32_t windowBits;
|
uint32_t windowBits;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue