summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xpackaging/capi-media-controller.spec2
-rwxr-xr-xsvc/media_controller_svc.c3
2 files changed, 2 insertions, 3 deletions
diff --git a/packaging/capi-media-controller.spec b/packaging/capi-media-controller.spec
index 912c4c2..ba8ada2 100755
--- a/packaging/capi-media-controller.spec
+++ b/packaging/capi-media-controller.spec
@@ -1,6 +1,6 @@
Name: capi-media-controller
Summary: A media controller library in Tizen Native API
-Version: 0.1.46
+Version: 0.1.47
Release: 1
Group: Multimedia/API
License: Apache-2.0
diff --git a/svc/media_controller_svc.c b/svc/media_controller_svc.c
index 209b41f..bb44001 100755
--- a/svc/media_controller_svc.c
+++ b/svc/media_controller_svc.c
@@ -217,9 +217,8 @@ static int _mc_service_reset_db(uid_t uid)
/* Initialize latest server table */
res = mc_db_util_init_latest_server_table(db_handle);
- if (res != MEDIA_CONTROLLER_ERROR_NONE) {
+ if (res != MEDIA_CONTROLLER_ERROR_NONE)
mc_error("mc_db_util_create_tables failed [%d]", res);
- }
/* Disconnect media controller DB*/
res = mc_db_util_disconnect(db_handle);