Update src/flashcart/ed64/ed64.c

Co-authored-by: Robin Jones <networkfusion@users.noreply.github.com>
This commit is contained in:
ariahiro64 2023-10-19 02:58:08 -04:00 committed by GitHub
parent e76e11db7e
commit 8f8b9ad31b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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) {