From: ByungWoo Lee Date: Tue, 16 Aug 2016 00:45:09 +0000 (+0900) Subject: Correct typo X-Git-Tag: submit/tizen/20160816.040704~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F32%2F83932%2F1;p=platform%2Fcore%2Fapi%2Fcommon.git Correct typo Change-Id: I62819c418eb22c8051cab1809caa53cea56c90b6 --- diff --git a/include/tizen.h b/include/tizen.h index f153622..88f42c7 100755 --- a/include/tizen.h +++ b/include/tizen.h @@ -24,7 +24,7 @@ #endif #ifndef TIZEN_DEPRECATED_API -# ifdef TIZEN_DEPRECATED +# ifdef TIZEN_DEPRECATION # define TIZEN_DEPRECATED_API __attribute__((__visibility__("default"), deprecated)) # else # define TIZEN_DEPRECATED_API @@ -32,7 +32,7 @@ #endif #ifndef TIZEN_DEPRECATED_TYPE -# ifdef TIZEN_DEPRECATED +# ifdef TIZEN_DEPRECATION # define TIZEN_DEPRECATED_TYPE __attribute__((deprecated)) # else # define TIZEN_DEPRECATED_TYPE