diff --git a/src/lib/ecore_imf/ecore_imf_context.c b/src/lib/ecore_imf/ecore_imf_context.c index 6b243d6447..41f6bc57f1 100644 --- a/src/lib/ecore_imf/ecore_imf_context.c +++ b/src/lib/ecore_imf/ecore_imf_context.c @@ -184,7 +184,7 @@ ecore_imf_context_del(Ecore_IMF_Context *ctx) } if (show_req_ctx == ctx) - show_req_ctx = NULL; + show_req_ctx = NULL; if (ctx->klass->del) ctx->klass->del(ctx);