efl-wl: change x11 atom name var to normal char*

This commit is contained in:
Mike Blumenkrantz 2017-07-12 12:00:52 -04:00
parent 9940cabd13
commit 1cc9748c61
1 changed files with 1 additions and 1 deletions

View File

@ -341,7 +341,7 @@ x11_selection_request(void *d EINA_UNUSED, int t EINA_UNUSED, Ecore_X_Event_Sele
}
else
{
const char *name;
char *name;
Pipe *p;
name = ecore_x_atom_name_get(ev->target);