From a0eeea65d5c6523938510021fbb0e144185501f3 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Thu, 17 Oct 2013 14:18:30 -0400 Subject: [PATCH] Fix a typo in the previous commit. --- frontend/menu/rmenu_xui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/menu/rmenu_xui.cpp b/frontend/menu/rmenu_xui.cpp index 257f83efc8..9d67c6106f 100644 --- a/frontend/menu/rmenu_xui.cpp +++ b/frontend/menu/rmenu_xui.cpp @@ -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; }