summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ui_base/appcore_ui_base.c1
1 files changed, 0 insertions, 1 deletions
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;