Fix wrong error value 58/228258/2
authorInHong Han <inhong1.han@samsung.com>
Fri, 20 Mar 2020 04:11:25 +0000 (13:11 +0900)
committerInHong Han <inhong1.han@samsung.com>
Mon, 23 Mar 2020 04:21:51 +0000 (13:21 +0900)
Change-Id: If4d58982b791dc064cc3b05d7e35d84caf9c661f

include/sticker_error.h

index fea1302..2239809 100644 (file)
@@ -47,7 +47,7 @@ typedef enum {
     STICKER_ERROR_OPERATION_FAILED = TIZEN_ERROR_STICKER | 0x0001, /**< Operation failed */
     STICKER_ERROR_FILE_EXISTS = TIZEN_ERROR_FILE_EXISTS, /**< File exists */
     STICKER_ERROR_NO_DATA = TIZEN_ERROR_NO_DATA, /**< No data available */
-    STICKER_ERROR_NO_SUCH_FILE = TIZEN_ERROR_FILE_EXISTS, /**< No such file */
+    STICKER_ERROR_NO_SUCH_FILE = TIZEN_ERROR_NO_SUCH_FILE, /**< No such file */
 } sticker_error_e;
 
 /**