mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
Build fix/nit
This commit is contained in:
parent
0e9ea0055c
commit
6e15837444
@ -213,7 +213,7 @@ rom_history_t *rom_history_init(const char *path, size_t size)
|
||||
rom_history_t *hist = (rom_history_t*)calloc(1, sizeof(*hist));
|
||||
if (!hist)
|
||||
{
|
||||
RARCH_ERR("Cannot initialize content history.\n")
|
||||
RARCH_ERR("Cannot initialize content history.\n");
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user