mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-17 18:50:32 +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;
|
||||
|
||||
ret = inflateInit2(&compressed_fpga_stream, 0);
|
||||
if ( res < 0 )
|
||||
if ( ret < 0 )
|
||||
return (EXIT_FAILURE);
|
||||
|
||||
do {
|
||||
|
|
Loading…
Reference in a new issue