From 28ee4ca72b12f30a04b9418898cff92479ad554a Mon Sep 17 00:00:00 2001 From: Sung-jae Park Date: Wed, 15 May 2013 17:31:57 +0900 Subject: [PATCH] Update return value. But it is not called by anyone. Change-Id: Ia2f36edc57f28092d6932adaf78908cbe7bc9b7d --- icon_src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icon_src/main.c b/icon_src/main.c index 2490bf1..40b81be 100644 --- a/icon_src/main.c +++ b/icon_src/main.c @@ -78,7 +78,7 @@ const char *livebox_find_pkgname(const char *filename) int livebox_request_update_by_id(const char *filename) { - return -ENOSYS; + return LB_STATUS_ERROR_NOT_EXISTS; } static inline Evas *create_virtual_canvas(int w, int h) -- 2.7.4