It seems someone ditched the NO_RETURN-less version of a macro.
authorGustavo Lima Chaves <glima@profusion.mobi>
Thu, 13 Jun 2013 21:52:55 +0000 (18:52 -0300)
committerGustavo Lima Chaves <glima@profusion.mobi>
Thu, 13 Jun 2013 21:52:55 +0000 (18:52 -0300)
src/lib/elm_interface_scrollable.c

index 0e1578599c2e2ef12d45dfc6acf4776ed7b34e1d..8b31cb9848dd6d808a1806ec53ee7eb62f86fd6c 100644 (file)
@@ -1044,7 +1044,7 @@ _elm_scroll_content_size_get(const Evas_Object *obj,
                              Evas_Coord *h)
 {
    ELM_SCROLL_IFACE_DATA_GET_OR_RETURN(obj, sid);
-   ELM_PAN_DATA_GET(sid->pan_obj, psd);
+   ELM_PAN_DATA_GET_OR_RETURN(sid->pan_obj, psd);
 
    psd->api->content_size_get(sid->pan_obj, w, h);
 }