fix pedantic warning

This commit is contained in:
Yann Collet 2024-07-05 11:20:24 +02:00
parent 2e867a5ab6
commit c379947b61

View File

@ -1964,7 +1964,7 @@ static BufferPool* LZ4IO_createBufferPool(size_t bufSize)
bp->availNext = 0;
bp->usedIdx = 0;
return bp;
};
}
static Buffer BufPool_getBuffer(BufferPool* bp)
{