mirror of
https://github.com/s1204IT/Lockpick_RCM.git
synced 2024-11-11 04:46:40 +00:00
Fix function name typo
This commit is contained in:
parent
5d1386cc10
commit
d890616c33
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue