summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyeonghun Lee <kh9090.lee@samsung.com>2016-12-08 20:06:37 +0900
committerKyeonghun Lee <kh9090.lee@samsung.com>2016-12-08 20:06:37 +0900
commit8e14fdc82202365fdb9193b981bbe61222227be5 (patch)
treefb5dc16e87b6fb2eeb8f69c8e5685104ee773426
parent89d095d5b085ef2a56ed9b65ea5e76bd176ca8c7 (diff)
downloadmsg-service-8e14fdc82202365fdb9193b981bbe61222227be5.tar.gz
msg-service-8e14fdc82202365fdb9193b981bbe61222227be5.tar.bz2
msg-service-8e14fdc82202365fdb9193b981bbe61222227be5.zip
fix wrong comment on enum
Change-Id: I84601c8c3d519a2124e2d7f9560bf73edb04a6f4 Signed-off-by: Kyeonghun Lee <kh9090.lee@samsung.com>
-rwxr-xr-xinclude/mapi/msg_storage_types.h2
1 files changed, 1 insertions, 1 deletions
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 */
};