minor conversion warning fix
This commit is contained in:
@@ -65,7 +65,7 @@ typedef struct {
|
|||||||
/**
|
/**
|
||||||
* Non-zero if streaming (de)compression is used.
|
* Non-zero if streaming (de)compression is used.
|
||||||
*/
|
*/
|
||||||
unsigned streaming;
|
int streaming;
|
||||||
/**
|
/**
|
||||||
* The dictionary ID.
|
* The dictionary ID.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user