This commit is contained in:
iceman1001 2019-04-08 08:26:30 +02:00
parent 8f2983368c
commit 1815376ef5

View file

@ -679,7 +679,6 @@ static bool readKeyFile(uint8_t key[8]) {
if (bytes_read == 8) if (bytes_read == 8)
retval = true; retval = true;
if (f)
fclose(f); fclose(f);
return retval; return retval;
} }