From 8e14fdc82202365fdb9193b981bbe61222227be5 Mon Sep 17 00:00:00 2001 From: Kyeonghun Lee Date: Thu, 8 Dec 2016 20:06:37 +0900 Subject: [PATCH] fix wrong comment on enum Change-Id: I84601c8c3d519a2124e2d7f9560bf73edb04a6f4 Signed-off-by: Kyeonghun Lee --- include/mapi/msg_storage_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/mapi/msg_storage_types.h b/include/mapi/msg_storage_types.h index f3e59bd..b9cf2de 100755 --- a/include/mapi/msg_storage_types.h +++ b/include/mapi/msg_storage_types.h @@ -132,7 +132,7 @@ enum _MSG_FOLDER_ID_E { MSG_OUTBOX_ID = 2, /**< Indicates OUTBOX folder ID */ MSG_SENTBOX_ID = 3, /**< Indicates SENTBOX folder ID */ MSG_DRAFT_ID = 4, /**< Indicates DRAFT folder ID */ - MSG_CBMSGBOX_ID = 5, /**< Indicates CALLBACK message folder ID */ + MSG_CBMSGBOX_ID = 5, /**< Indicates CELL BROADCAST message folder ID */ MSG_SPAMBOX_ID = 6, /**< Indicates SPAM message folder ID */ MSG_MAX_FOLDER_ID /**< Indicates MAX folder ID. Folder ID to be accessed should be smaller than this */ }; -- 2.34.1