ret null - not nothing.

SVN revision: 37131
This commit is contained in:
Carsten Haitzler 2008-10-26 11:04:53 +00:00
parent ed2f2caf66
commit 18c8160744
1 changed files with 1 additions and 1 deletions

View File

@ -1293,7 +1293,7 @@ _edje_entry_anchor_geometry_get(Edje_Real_Part *rp, const char *anchor)
Eina_List *l;
Anchor *an;
if (!en) return;
if (!en) return NULL;
EINA_LIST_FOREACH(en->anchors, l, an)
{
if (!strcmp(anchor, an->name))