ecore_con: fix work on Windows

Per aspera ad astra.
One little missing star was breaking all EFL UI applications.
This commit is contained in:
Andrii Kroitor 2016-11-29 15:11:55 +02:00
parent bf21eceb48
commit 03f20efaf0
1 changed files with 1 additions and 1 deletions

View File

@ -552,7 +552,7 @@ ecore_con_local_connect(Ecore_Con_Server *obj,
{
#warning "I am pretty sure cb_done should be used."
Efl_Network_Server_Data *svr = efl_data_scope_get(obj, EFL_NETWORK_SERVER_CLASS);
char buf = NULL;
char *buf = NULL;
Ecore_Win32_Handler *handler_read;
Ecore_Win32_Handler *handler_peek;