mirror of
https://github.com/libretro/RetroArch
synced 2025-02-06 18:40:49 +00:00
Fix a typo in the previous commit.
This commit is contained in:
parent
fb4dd42edf
commit
a0eeea65d5
@ -1258,7 +1258,7 @@ static void* rgui_init (void)
|
||||
rgui_handle_t *rgui = (rgui_handle_t*)calloc(1, sizeof(*rgui));
|
||||
if (rgui == NULL)
|
||||
{
|
||||
RARCH_LOG("Could not allocate RGUI handle.\n");
|
||||
RARCH_ERR("Could not allocate RGUI handle.\n");
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user