mirror of
https://github.com/intel/isa-l.git
synced 2025-10-27 19:10:18 +01:00
igzip: Change return variable type consistent with usage
Signed-off-by: Greg Tucker <greg.b.tucker@intel.com>
This commit is contained in:
committed by
Pablo de Lara
parent
c0a10cac84
commit
9f77f65dbc
@@ -2145,7 +2145,7 @@ isal_inflate_set_dict(struct inflate_state *state, uint8_t *dict, uint32_t dict_
|
||||
int
|
||||
isal_inflate_stateless(struct inflate_state *state)
|
||||
{
|
||||
uint32_t ret = 0;
|
||||
int ret = 0;
|
||||
uint8_t *start_out = state->next_out;
|
||||
|
||||
state->read_in = 0;
|
||||
|
||||
Reference in New Issue
Block a user