From ff82450e970b0baf6cc49dd5bce0cd52314b828f Mon Sep 17 00:00:00 2001 From: Minje Ahn Date: Wed, 23 Oct 2019 08:20:33 +0900 Subject: [PATCH] Fix typo Change-Id: I6157ac4ea8be55f28ef31a697e969a66c86b0d52 Signed-off-by: Minje Ahn (cherry picked from commit 3a790d9644f2089ad85ea97b25392030557499af) --- include/thumbnail_util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/thumbnail_util.h b/include/thumbnail_util.h index c05c0fe..21732fd 100755 --- a/include/thumbnail_util.h +++ b/include/thumbnail_util.h @@ -140,7 +140,7 @@ int thumbnail_util_set_size(thumbnail_h thumb, int width, int height) TIZEN_DEPR * @deprecated Deprecated since 5.0. * @brief Cancels the thumbnail extraction request for the given media. * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif - * @remarks If there is no item you want to cancel, this function return MEDIA_CONTENT_ERROR_INVALID_OPERATION + * @remarks If there is no item you want to cancel, this function return #THUMBNAIL_UTIL_ERROR_INVALID_OPERATION * * @param[in] thumb The media thumbnail info handle * @param[in] request_id The generated request id by thumbnail extraction request -- 2.34.1