Ecore con eet test: Fix const discard issue.

This commit is contained in:
Tom Hacohen 2015-07-07 13:25:58 +01:00
parent 0985ec1cac
commit 10f599bd59
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ _eet_client_discnct_cb(void *data EINA_UNUSED, Ecore_Con_Reply *reply EINA_UNUSE
static Eina_Bool
_eet_client_cnct_cb(void *data EINA_UNUSED, Ecore_Con_Reply *reply, Ecore_Con_Client *conn EINA_UNUSED)
{
char *ec_eet_data;
const char *ec_eet_data;
Ecore_Con_Eet *ec_eet = ecore_con_eet_reply(reply);
fail_unless(ec_eet);