genlist: fix atspi action get return proper return types 74/124274/2
authorSangHyeon Lee <sh10233.lee@samsung.com>
Tue, 11 Apr 2017 04:35:05 +0000 (13:35 +0900)
committerSangHyeon Lee <sh10233.lee@samsung.com>
Wed, 12 Apr 2017 02:07:26 +0000 (11:07 +0900)
Signed-off-by: SangHyeon Lee <sh10233.lee@samsung.com>
Change-Id: Ie17722374236241ec4cb21713f05c681c73cf634

src/mobile_lib/elm_genlist.c

index 425bc07..255331e 100644 (file)
@@ -6212,6 +6212,8 @@ _elm_genlist_elm_interface_atspi_widget_action_elm_actions_get(Eo *obj EINA_UNUS
    };
    return &atspi_actions[0];
 */
+   static Elm_Atspi_Action atspi_actions[] = {{NULL, NULL, NULL, NULL}};
+   return &atspi_actions[0];
 }
 
 EAPI Evas_Object *