From: Jihoon Kim Date: Fri, 1 Feb 2019 07:44:57 +0000 (+0900) Subject: ecore_imf: fix wrong sample code X-Git-Tag: submit/tizen/20190206.232055~43 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F61%2F199061%2F1;p=platform%2Fupstream%2Fefl.git ecore_imf: fix wrong sample code Change-Id: Ia56ebe057da6ee1fc715a2efd04d154df512edd2 Signed-off-by: Jihoon Kim --- diff --git a/src/lib/ecore_imf/Ecore_IMF.h b/src/lib/ecore_imf/Ecore_IMF.h index e798e1b..f284331 100644 --- a/src/lib/ecore_imf/Ecore_IMF.h +++ b/src/lib/ecore_imf/Ecore_IMF.h @@ -88,7 +88,7 @@ extern "C" { * static void * _imf_event_commit_content_cb(void *data, Ecore_IMF_Context *ctx, void *event_info) * { - * Ecore_IMF_Event_Commit_Content *commit_content = (Ecore_IMF_Event_Commit_Content *)event; + * Ecore_IMF_Event_Commit_Content *commit_content = (Ecore_IMF_Event_Commit_Content *)event_info; * if (!commit_content) return; * * // convert URI to filename