mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 13:20:43 +00:00
(7zip/Bcj2.c) Fix one pedantic warning - shadowed variable
This commit is contained in:
parent
6f3c7cba8a
commit
fcff7bffee
2
deps/7zip/Bcj2.c
vendored
2
deps/7zip/Bcj2.c
vendored
@ -61,7 +61,7 @@ int Bcj2_Decode(
|
||||
limit = outSize - outPos;
|
||||
while (limit != 0)
|
||||
{
|
||||
uint8_t b = buf0[inPos];
|
||||
b = buf0[inPos];
|
||||
outBuf[outPos++] = b;
|
||||
if (IsJ(prevuint8_t, b))
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user