From 0f9d9dc78a3d767d8901f2b1195db6f247313c05 Mon Sep 17 00:00:00 2001 From: Sunggyu Choi Date: Mon, 18 Feb 2019 09:23:44 +0900 Subject: [PATCH] Fix wrong module error value Change-Id: I65348e6d9b948856658da3b8642c0d38c3671f12 Signed-off-by: Sunggyu Choi --- include/tizen_error.h | 6 +++--- packaging/capi-base-common.spec | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/include/tizen_error.h b/include/tizen_error.h index 905b13b..a6a8f04 100644 --- a/include/tizen_error.h +++ b/include/tizen_error.h @@ -286,11 +286,11 @@ extern "C" { /* Tizen Device Certificate Manager Error */ #define TIZEN_ERROR_DEVICE_CERTIFICATE_MANAGER -0x02FD0000 /* Tizen Intelligent Network Monitoring (INM) Error */ -#define TIZEN_ERROR_INM -0x2FDE0000 +#define TIZEN_ERROR_INM -0x02FE0000 /* Update Control Error */ -#define TIZEN_ERROR_UPDATE_CONTROL -0x2FDF0000 +#define TIZEN_ERROR_UPDATE_CONTROL -0x02FF0000 /* Multi Assistant Error */ -#define TIZEN_ERROR_MULTI_ASSISTANT -0x2FE00000 +#define TIZEN_ERROR_MULTI_ASSISTANT -0x03000000 /* Autofill Error */ #define TIZEN_ERROR_AUTOFILL -0x03010000 diff --git a/packaging/capi-base-common.spec b/packaging/capi-base-common.spec index ac5e6e7..d01c7ae 100644 --- a/packaging/capi-base-common.spec +++ b/packaging/capi-base-common.spec @@ -1,6 +1,6 @@ Name: capi-base-common Summary: Common header files of Tizen Native API -Version: 0.4.39 +Version: 0.4.40 Release: 1 Group: Base License: Apache-2.0 -- 2.7.4