mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 03:32:46 +00:00
(retroarch.c) Fix typo in log message
This commit is contained in:
parent
da8f8b6d63
commit
2422c61d7a
@ -3204,7 +3204,7 @@ void rarch_main_deinit(void)
|
||||
|
||||
if (g_extern.rom_file_temporary)
|
||||
{
|
||||
RARCH_LOG("Removing tempoary ROM file: %s.\n", g_extern.last_rom);
|
||||
RARCH_LOG("Removing temporary ROM file: %s.\n", g_extern.last_rom);
|
||||
if (remove(g_extern.last_rom) < 0)
|
||||
RARCH_ERR("Failed to remove temporary file: %s.\n", g_extern.last_rom);
|
||||
g_extern.rom_file_temporary = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user