summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJihoon Kim <jihoon48.kim@samsung.com>2019-02-01 16:44:57 +0900
committerJihoon Kim <jihoon48.kim@samsung.com>2019-02-01 16:45:12 +0900
commit0f40a43e531bd9ac6403636f91aff3b56ed5e008 (patch)
treee8f0a75281fef5eccd959cde26eaf35607cfce28
parentf23f3074daa3e9da5b37cc168df5d6b003e0ec62 (diff)
downloadefl-0f40a43e531bd9ac6403636f91aff3b56ed5e008.tar.gz
ecore_imf: fix wrong sample code
Signed-off-by: Jihoon Kim <jihoon48.kim@samsung.com>
-rw-r--r--src/lib/ecore_imf/Ecore_IMF.h2
1 files changed, 1 insertions, 1 deletions
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