Fix build break 53/40453/1 tizen_3.0.2015.q2_common tizen_3.0.m1_mobile tizen_3.0.m1_tv accepted/tizen/common/20150605.124006 accepted/tizen/mobile/20150606.052818 accepted/tizen/tv/20150606.053543 accepted/tizen/wearable/20150606.054355 submit/tizen/20150604.040847 submit/tizen_common/20151015.190624 submit/tizen_common/20151019.135620 tizen_3.0.m1_mobile_release tizen_3.0.m1_tv_release tizen_3.0.m2.a1_mobile_release tizen_3.0.m2.a1_tv_release
authorByungWoo Lee <bw1212.lee@samsung.com>
Thu, 4 Jun 2015 04:06:38 +0000 (13:06 +0900)
committerByungWoo Lee <bw1212.lee@samsung.com>
Thu, 4 Jun 2015 04:06:38 +0000 (13:06 +0900)
Change-Id: Ia04a26250948aa6e67b0e389f534f910cbde96f4

include/tizen_error.h

index ceeb9db..f88b0e3 100755 (executable)
@@ -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;