remove some warnings
[framework/uifw/elementary.git] / src / lib / elm_nocontents.c
index 6fec0a5..3355aa9 100644 (file)
@@ -134,7 +134,7 @@ elm_nocontents_label_get(const Evas_Object *obj)
 EAPI void 
 elm_nocontents_custom_set(const Evas_Object *obj, Evas_Object *custom)
 {
-   ELM_CHECK_WIDTYPE(obj, widtype) NULL;
+   ELM_CHECK_WIDTYPE(obj, widtype);
    Widget_Data *wd = elm_widget_data_get(obj);
    if (!wd) return;
    if (!custom) return;