void function returning a void function confuses my small american brain
authorMike Blumenkrantz <michael.blumenkrantz@gmail.com>
Thu, 16 Feb 2012 22:41:52 +0000 (22:41 +0000)
committerMike Blumenkrantz <michael.blumenkrantz@gmail.com>
Thu, 16 Feb 2012 22:41:52 +0000 (22:41 +0000)
SVN revision: 68043

src/lib/elm_image.c

index 40e50fc..18bdc80 100644 (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