ecore-wl2: Fix compiler warning

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2015-09-30 10:29:02 -04:00
parent 2f57854e8b
commit 597426e606
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ typedef struct _Ecore_Wl2_Event_Data_Source_Send
typedef struct _Ecore_Wl2_Event_Selection_Data_Ready typedef struct _Ecore_Wl2_Event_Selection_Data_Ready
{ {
char **data; char *data;
int len; int len;
Eina_Bool done : 1; Eina_Bool done : 1;
} Ecore_Wl2_Event_Selection_Data_Ready; } Ecore_Wl2_Event_Selection_Data_Ready;