X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fui_base%2Fappcore_ui_base.c;h=944b312bf5daa2b17cf5ef8542d26f8ec3b458ea;hb=13bc132b75ba8b4af5f1a31510887897c519d88b;hp=0ee6d34b030653a7b0bc7dae4247b4e5fd9ef8b7;hpb=c72ebf42c7bbc7994ebe7450c3ed8f84e5e3dd94;p=platform%2Fcore%2Fappfw%2Fapp-core.git diff --git a/src/ui_base/appcore_ui_base.c b/src/ui_base/appcore_ui_base.c index 0ee6d34..944b312 100644 --- a/src/ui_base/appcore_ui_base.c +++ b/src/ui_base/appcore_ui_base.c @@ -928,7 +928,6 @@ EXPORT_API int appcore_ui_base_init(appcore_ui_base_ops ops, int argc, char **ar ret = aul_app_get_appid_bypid(getpid(), appid, sizeof(appid)); if (ret != 0) { _ERR("Fail to get appid (%d)", getpid()); - return -1; } __context.ops = ops; __context.data = data;