jihoon pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=0f40a43e531bd9ac6403636f91aff3b56ed5e008

commit 0f40a43e531bd9ac6403636f91aff3b56ed5e008
Author: Jihoon Kim <[email protected]>
Date:   Fri Feb 1 16:44:57 2019 +0900

    ecore_imf: fix wrong sample code
    
    Signed-off-by: Jihoon Kim <[email protected]>
---
 src/lib/ecore_imf/Ecore_IMF.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/ecore_imf/Ecore_IMF.h b/src/lib/ecore_imf/Ecore_IMF.h
index 777b89b576..be1597bb8c 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

-- 


Reply via email to