diff --git a/legacy/elementary/src/lib/elc_ctxpopup.c b/legacy/elementary/src/lib/elc_ctxpopup.c index df84de9d79..f0d1c7621b 100644 --- a/legacy/elementary/src/lib/elc_ctxpopup.c +++ b/legacy/elementary/src/lib/elc_ctxpopup.c @@ -679,8 +679,8 @@ _theme_hook(Evas_Object *obj) _elm_theme_object_set(obj, wd->arrow, "ctxpopup", "arrow", elm_widget_style_get(obj)); - if(!strncmp(elm_object_style_get(obj), "default", strlen("default") - * sizeof(char))) + if (!strncmp(elm_object_style_get(obj), "default", + strlen("default"))) elm_object_style_set(wd->scr, "ctxpopup"); else elm_object_style_set(wd->scr, elm_object_style_get(obj));