evil: fix uninitialize warning

Summary:
@Fix

Signed-off-by: Vivek Ellur <vivek.ellur@samsung.com>

Subscribers: cedric

Differential Revision: https://phab.enlightenment.org/D3324

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
This commit is contained in:
Vivek Ellur 2015-11-20 05:52:56 +01:00 committed by Cedric BAIL
parent f0c826c415
commit 01f1318117
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ test_pipe_test(void)
int sockets[2];
struct timeval t;
fd_set rfds;
int ret;
int ret = 0;
data *d;
DWORD thread_id;
HANDLE h;