mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-04-05 12:01:09 +08:00
fix
This commit is contained in:
parent
8d2c02878b
commit
9328a8efbb
1 changed files with 1 additions and 1 deletions
|
@ -206,7 +206,7 @@ int zlib_decompress(FILE *infile, FILE *outfile) {
|
||||||
compressed_fpga_stream.opaque = Z_NULL;
|
compressed_fpga_stream.opaque = Z_NULL;
|
||||||
|
|
||||||
ret = inflateInit2(&compressed_fpga_stream, 0);
|
ret = inflateInit2(&compressed_fpga_stream, 0);
|
||||||
if ( res < 0 )
|
if ( ret < 0 )
|
||||||
return (EXIT_FAILURE);
|
return (EXIT_FAILURE);
|
||||||
|
|
||||||
do {
|
do {
|
||||||
|
|
Loading…
Add table
Reference in a new issue