SVN revision: 66592
This commit is contained in:
Carsten Haitzler 2011-12-28 06:02:53 +00:00
parent 2e250ed50e
commit 295e53e24b
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ _evas_object_name_child_find(const Evas_Object *obj, const char *name, int recur
if (recurse != 0)
{
if ((obj = _evas_object_name_child_find(child, name, recurse - 1)))
return obj;
return (Evas_Object *)obj;
}
}
return NULL;