Fix build break 33/259633/1 accepted/tizen/unified/20210611.014107 submit/tizen/20210610.090552
authorJi-hoon Lee <dalton.lee@samsung.com>
Tue, 8 Jun 2021 07:45:51 +0000 (16:45 +0900)
committerJi-hoon Lee <dalton.lee@samsung.com>
Tue, 8 Jun 2021 07:45:59 +0000 (16:45 +0900)
Change-Id: Ie8824f8d6377d8299bcd7319e1d568833884b226

src/service_main.cpp

index 44484fefb951154ab007bf7aae03170f7b8e54fd..4f1b7ec41cfbf33441e4fd4ba50b10e47a129d50 100644 (file)
@@ -1333,7 +1333,7 @@ static void _package_manager_event_cb(const char *type, const char *package, pac
                        }
                }  else {
                        /* Try to get in global packages */
-                       ret pkgmgrinfo_appinfo_get_list(handle, PMINFO_ALL_APP, pkg_app_list_cb, (void *)&ret);
+                       ret pkgmgrinfo_appinfo_get_list(handle, PMINFO_ALL_APP, pkg_app_list_cb, (void *)&ret);
                        if (ret != PMINFO_R_OK) {
                                MAS_LOGW("Failed to get pkg list from pkginfo, returned %d", ret);
                        }