fix wrong comment on enum 65/103465/1
authorKyeonghun Lee <kh9090.lee@samsung.com>
Thu, 8 Dec 2016 11:06:37 +0000 (20:06 +0900)
committerKyeonghun Lee <kh9090.lee@samsung.com>
Thu, 8 Dec 2016 11:06:37 +0000 (20:06 +0900)
Change-Id: I84601c8c3d519a2124e2d7f9560bf73edb04a6f4
Signed-off-by: Kyeonghun Lee <kh9090.lee@samsung.com>
include/mapi/msg_storage_types.h

index f3e59bd..b9cf2de 100755 (executable)
@@ -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 */
 };