mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-13 02:34:48 +08:00
style
This commit is contained in:
parent
8f2983368c
commit
1815376ef5
1 changed files with 1 additions and 2 deletions
|
@ -679,8 +679,7 @@ static bool readKeyFile(uint8_t key[8]) {
|
|||
if (bytes_read == 8)
|
||||
retval = true;
|
||||
|
||||
if (f)
|
||||
fclose(f);
|
||||
fclose(f);
|
||||
return retval;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue