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…
Reference in New Issue