From: Jihoon Jung Date: Tue, 2 Feb 2016 07:23:15 +0000 (+0900) Subject: Change error code X-Git-Tag: submit/tizen/20160202.073555^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F05%2F58605%2F1;p=platform%2Fcore%2Fapi%2Fmtp.git Change error code Signed-off-by: Jihoon Jung Change-Id: I44e340e5495cb5aec05267324bdb9f17ccef080d --- diff --git a/include/mtp.h b/include/mtp.h index 663a0fd..333d17c 100755 --- a/include/mtp.h +++ b/include/mtp.h @@ -28,7 +28,7 @@ extern "C" { * @brief This file contains the MTP API */ #ifndef TIZEN_ERROR_MTP -#define TIZEN_ERROR_MTP -0x03000000 +#define TIZEN_ERROR_MTP -0x01CC0000 #endif /**