1
0
mirror of https://github.com/facebook/zstd.git synced 2025-03-06 00:43:59 +02:00

minor conversion warning fix

This commit is contained in:
Yann Collet 2024-12-14 23:46:21 -08:00 committed by Yann Collet
parent f281497aef
commit 0a5c0807af

View File

@ -65,7 +65,7 @@ typedef struct {
/**
* Non-zero if streaming (de)compression is used.
*/
unsigned streaming;
int streaming;
/**
* The dictionary ID.
*/