mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-12-28 19:31:19 +08:00
style
This commit is contained in:
parent
e8b75582be
commit
98b1172098
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ static void uncompress_data_section(void) {
|
|||
|
||||
// initialize zlib for inflate
|
||||
int res = inflateInit2(&data_section, 15);
|
||||
if ( res < 0 )
|
||||
if (res < 0)
|
||||
return;
|
||||
|
||||
// uncompress data segment to RAM
|
||||
|
|
Loading…
Reference in a new issue