Use proper variable type when deleting handler(s).

SVN revision: 44701
This commit is contained in:
Christopher Michael 2009-12-23 21:41:07 +00:00
parent a245fb11cf
commit e214f8fb5b
1 changed files with 1 additions and 1 deletions

View File

@ -285,7 +285,7 @@ e_exebuf_show(E_Zone *zone)
EAPI void
e_exebuf_hide(void)
{
Ecore_Event *ev;
Ecore_Event_Handler *ev;
char *str;
if (!exebuf) return;