media_svc_plugin_test: Remove invalid ) 22/44622/1 accepted/tizen/mobile/20150724.090529 accepted/tizen/tv/20150724.090719 accepted/tizen/wearable/20150724.090842 submit/tizen/20150724.054002
authorMinje Ahn <minje.ahn@samsung.com>
Fri, 24 Jul 2015 03:53:19 +0000 (12:53 +0900)
committerMinje Ahn <minje.ahn@samsung.com>
Fri, 24 Jul 2015 03:53:19 +0000 (12:53 +0900)
Change-Id: I4a4032048a835559e61f6645fb31193c63703508
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
test/plugin/media_svc_plugin_test.c

index 0873d32..2ff44e7 100755 (executable)
@@ -169,7 +169,7 @@ int main()
 #endif
 
        /*folder test ================================================== */
-       char *folder_path = tzplatform_mkpath(TZ_USER_CONTENT, "Sounds"));
+       char *folder_path = tzplatform_mkpath(TZ_USER_CONTENT, "Sounds");
        ret = svc_set_folder_item_validity(db_handle, folder_path, 0, 1, &err_msg);
        if (ret < 0) {
        msg_print(__LINE__, "svc_set_folder_item_validity error");