ecore_main: fix typo 54/299554/2
authorHwankyu Jhun <h.jhun@samsung.com>
Thu, 5 Oct 2023 01:55:10 +0000 (10:55 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Fri, 6 Oct 2023 06:06:06 +0000 (15:06 +0900)
Change-Id: I05fe2a525db2d4dcccd00a7d6f679ffdeab136b1
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
src/lib/ecore/ecore_main.c

index 93d2a87..fe9fd0c 100644 (file)
@@ -1275,7 +1275,7 @@ _ecore_main_loop_iterate_may_block(Eo *obj, Efl_Loop_Data *pd, int may_block)
    return 0;
 }
 
-#ifdef USR_G_MAIN_LOOP
+#ifdef USE_G_MAIN_LOOP
 //TIZEN_ONLY(220331): Use tizen glib context
 /* If a process sets the tizen glib context using the getenv(),
  * this function uses the tizen glib context instead of the global default context.