void function returning a void function confuses my small american brain

SVN revision: 68043
This commit is contained in:
Mike Blumenkrantz 2012-02-16 22:41:52 +00:00
parent 97acee8c98
commit 59528e6551
1 changed files with 1 additions and 1 deletions

View File

@ -327,7 +327,7 @@ elm_image_aspect_fixed_set(Evas_Object *obj, Eina_Bool fixed)
ELM_CHECK_WIDTYPE(obj, widtype);
Widget_Data *wd = elm_widget_data_get(obj);
if (!wd) return;
return _els_smart_icon_aspect_fixed_set(wd->img, fixed);
_els_smart_icon_aspect_fixed_set(wd->img, fixed);
}
EAPI Eina_Bool