mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-03 12:12:06 +00:00
Fix CID 715926
This commit is contained in:
parent
b52be45418
commit
55c92cc642
@ -489,7 +489,7 @@ int ZEXPORT gzflush(file, flush)
|
||||
}
|
||||
|
||||
/* compress remaining data with requested flush */
|
||||
gz_comp(state, flush);
|
||||
(void)gz_comp(state, flush);
|
||||
return state->err;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user