From 1bf7e7982b71d362f885a67ebe15757ab8163f7e Mon Sep 17 00:00:00 2001 From: Myungki Lee Date: Thu, 22 Sep 2016 20:50:44 +0900 Subject: Move notification_get_text_input_max_length to internal - Fix typo - change range to check event_type Change-Id: I32af45dd74a5a4e9586ad6af71a78d6d40bc5f5a Signed-off-by: Myungki Lee --- include/notification.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/notification.h b/include/notification.h index ed95895..f9ba754 100755 --- a/include/notification.h +++ b/include/notification.h @@ -1628,12 +1628,12 @@ int notification_get_noti_block_state(notification_block_state_e *state); return; } - noti_err = app_control_set_app_id(app_contorl, appid); + noti_err = app_control_set_app_id(app_control, appid); if (noti_err != APP_CONTROL_ERROR_NONE) { return; } - noti_err = app_control_set_operation(app_contorl, APP_CONTROL_OPERATION_DEFAULT); + noti_err = app_control_set_operation(app_control, APP_CONTROL_OPERATION_DEFAULT); if (noti_err != APP_CONTROL_ERROR_NONE) { return; } -- cgit v1.2.3