mirror of
https://github.com/Polprzewodnikowy/N64FlashcartMenu.git
synced 2024-11-25 03:56:54 +01:00
Update src/flashcart/ed64/ed64.c
Co-authored-by: Robin Jones <networkfusion@users.noreply.github.com>
This commit is contained in:
parent
e76e11db7e
commit
8f8b9ad31b
@ -203,7 +203,7 @@ static flashcart_err_t ed64_load_save (char *save_path) {
|
||||
|
||||
if (f_read(&fil, cartsave_data, save_size, &br) != FR_OK) {
|
||||
f_close(&fil);
|
||||
return FLASHCART_ERR_LOAD;
|
||||
return FLASHCART_ERR_LOAD;
|
||||
}
|
||||
|
||||
if (f_close(&fil) != FR_OK) {
|
||||
|
Loading…
Reference in New Issue
Block a user