mirror of
https://github.com/Decscots/Lockpick_RCM
synced 2024-11-15 11:56:34 +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)) {
|
if (f_write(&fp, (u8 *)IPL_LOAD_ADDR, payload_size, NULL)) {
|
||||||
EPRINTF("Unable to write self to /sept/payload.bin.");
|
EPRINTF("Unable to write self to /sept/payload.bin.");
|
||||||
fclose(&fp);
|
f_close(&fp);
|
||||||
goto out_wait;
|
goto out_wait;
|
||||||
}
|
}
|
||||||
f_close(&fp);
|
f_close(&fp);
|
||||||
|
|
Loading…
Reference in a new issue