From 457981dd7e534e231576bfafecdd74382f7ba923 Mon Sep 17 00:00:00 2001 From: ByungWoo Lee Date: Tue, 16 Aug 2016 09:45:09 +0900 Subject: [PATCH] Correct typo Change-Id: I62819c418eb22c8051cab1809caa53cea56c90b6 --- include/tizen.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.34.1