From 1fac8bc8e298f0805c0531b49019d051e7ed2934 Mon Sep 17 00:00:00 2001 From: ByungWoo Lee Date: Thu, 4 Jun 2015 13:06:38 +0900 Subject: [PATCH] Fix build break Change-Id: Ia04a26250948aa6e67b0e389f534f910cbde96f4 --- include/tizen_error.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.34.1