summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/pm_worker.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pm_worker.c b/src/pm_worker.c
index a7eb5f6..e61110c 100644
--- a/src/pm_worker.c
+++ b/src/pm_worker.c
@@ -135,7 +135,7 @@ static void service_app_control(app_control_h app_control, void *data)
goto out;
}
- _I("Installing is succeeded.")
+ _I("Installing is succeeded.");
} else if (!strcmp(operation, "uninstall")) {
/*Todo: pkg_name */
char * pkg_name = "org.tizen.example.CustomRenderer.Tizen.Mobile";