ecore - fix CRIT -> CRI macro

This commit is contained in:
Carsten Haitzler 2014-01-20 20:23:22 +09:00
parent 443d1e700a
commit d9ef5e143c
1 changed files with 1 additions and 1 deletions

View File

@ -890,7 +890,7 @@ _ecore_main_loop_init(void)
ecore_glib_source_id = g_source_attach(ecore_glib_source, NULL);
if (ecore_glib_source_id <= 0)
CRIT("Failed to attach glib source to default context");
CRI("Failed to attach glib source to default context");
}
#endif