elm - fix harmless warning for clean build

This commit is contained in:
Carsten Haitzler 2019-03-30 16:49:21 +00:00
parent e361b45ce1
commit debc1e4ea1
1 changed files with 1 additions and 1 deletions

View File

@ -216,7 +216,7 @@ static void pack_btn_cb(void *data, const Efl_Event *ev EINA_UNUSED)
{
Pack_Params *param = data;
Eo *pager = param->pager;
Eo *page, *curr_page;
Eo *page = NULL, *curr_page;
int index, cnt;
if ((param->type != UNPACK_AT) && (param->type != CLEAR)) {