null check which hasn't affected anything yet

SVN revision: 75464
This commit is contained in:
Mike Blumenkrantz 2012-08-20 12:37:41 +00:00
parent d92aca85b8
commit e2a7ada4b3
1 changed files with 1 additions and 1 deletions

View File

@ -1556,6 +1556,6 @@ e_util_binding_match(const Eina_List *bindlist, Ecore_Event_Key *ev, unsigned in
}
if (num) (*num)++;
}
*num = 0;
if (num) *num = 0;
return NULL;
}