Fix build error accepted/tizen/mobile/20150518.081259 submit/tizen_mobile/20150518.052108
authorSung-jae Park <nicesj.park@samsung.com>
Mon, 18 May 2015 05:20:50 +0000 (14:20 +0900)
committerSung-jae Park <nicesj.park@samsung.com>
Mon, 18 May 2015 05:20:50 +0000 (14:20 +0900)
Change-Id: Ib527c4644004549f4c4840e49929d68652c77ed8

src/widget.c

index 4b59d8f..9d2a7d3 100644 (file)
@@ -2688,7 +2688,7 @@ int widget_provider_app_get_orientation(const char *filename)
 {
        Eina_List *l;
        struct item *item;
-       char *tmp;
+       const char *tmp;
 
        EINA_LIST_FOREACH(s_info.item_list, l, item) {
                if (!item->inst) {