[access] return null; not return;

SVN revision: 82345
This commit is contained in:
Shinwoo Kim 2013-01-07 13:26:54 +00:00
parent 8551d5f326
commit a05fc18d87
1 changed files with 1 additions and 1 deletions

View File

@ -558,7 +558,7 @@ _elm_access_edje_object_part_object_register(Evas_Object* obj,
// create access object
ao = _elm_access_add(obj);
if (!ao) return;
if (!ao) return NULL;
evas_object_event_callback_add(po, EVAS_CALLBACK_RESIZE,
_content_resize, ao);