diff --git a/src/bin/e_win.c b/src/bin/e_win.c index 13f8c0da2..9079048ca 100644 --- a/src/bin/e_win.c +++ b/src/bin/e_win.c @@ -439,7 +439,7 @@ e_win_pointer_get(Evas_Object *obj) Elm_Win_Trap_Ctx *ctx = elm_win_trap_data_get(obj); if (!ctx) return NULL; - return ctx ? ctx->pointer : NULL; + return ctx->pointer; } E_API Eina_Bool