Fix a typo in the previous commit.

This commit is contained in:
Lioncash 2013-10-17 14:18:30 -04:00
parent fb4dd42edf
commit a0eeea65d5

View File

@ -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;
}