Fix function name typo

This commit is contained in:
shchmue 2019-10-15 10:25:20 -06:00
parent 5d1386cc10
commit d890616c33

View File

@ -203,7 +203,7 @@ void dump_keys() {
}
if (f_write(&fp, (u8 *)IPL_LOAD_ADDR, payload_size, NULL)) {
EPRINTF("Unable to write self to /sept/payload.bin.");
fclose(&fp);
f_close(&fp);
goto out_wait;
}
f_close(&fp);