From: ByungWoo Lee Date: Thu, 4 Jun 2015 04:06:38 +0000 (+0900) Subject: Fix build break X-Git-Tag: submit/tizen/20150604.040847^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1fac8bc8e298f0805c0531b49019d051e7ed2934;p=platform%2Fcore%2Fapi%2Fcommon.git Fix build break Change-Id: Ia04a26250948aa6e67b0e389f534f910cbde96f4 --- diff --git a/include/tizen_error.h b/include/tizen_error.h index ceeb9db..f88b0e3 100755 --- a/include/tizen_error.h +++ b/include/tizen_error.h @@ -352,7 +352,7 @@ typedef enum TIZEN_ERROR_TIMED_OUT, /**< Time out */ TIZEN_ERROR_NOT_SUPPORTED, /**< Not supported */ TIZEN_ERROR_USER_NOT_CONSENTED, /**< Not Consented */ - TIZEN_ERROR_END_OF_COLLECTION + TIZEN_ERROR_END_OF_COLLECTION, TIZEN_ERROR_NOT_SUPPORT_API = TIZEN_ERROR_NOT_SUPPORTED /**< TIZEN_ERROR_NOT_SUPPORT_API is deprecated */ } tizen_error_e;