Remove duplicate 'const' 75/137375/1 accepted/tizen/unified/20170706.193547 submit/tizen/20170705.113853
authorYunjin Lee <yunjin-.lee@samsung.com>
Wed, 5 Jul 2017 11:14:39 +0000 (20:14 +0900)
committerYunjin Lee <yunjin-.lee@samsung.com>
Wed, 5 Jul 2017 11:14:39 +0000 (20:14 +0900)
Change-Id: I4f79eb7c66ac1cdd27602108b5785f537a470d88
Signed-off-by: Yunjin Lee <yunjin-.lee@samsung.com>
capi/include/privilege_manager_types.h

index 137f2fb..f141405 100644 (file)
@@ -140,7 +140,7 @@ typedef struct {
        const char* msg;
 } privilege_verification_error_s;
 
-static const privilege_verification_error_s const prvmgr_msg_table[MAX_VERIFICATION_INFO] = {
+static const privilege_verification_error_s prvmgr_msg_table[MAX_VERIFICATION_INFO] = {
        {G_WEB, "Check config.xml| - Current required_version(=api version) = %s, |   certificate signature level = %s||"},
        {G_NATIVE, "Check tizen-manifest.xml| - Current api-version = %s, |  certificate signature level = %s||"},
        {G_METADATA, "Check tizen-manifest.xml or config.xml| - Current api-version = %s, |  certificate signature level = %s||"},