Fix the warning error 35/98435/1 accepted/tizen/common/20161118.090626 accepted/tizen/mobile/20161121.011727 submit/tizen/20161118.002314
authorDoHyun Pyun <dh79.pyun@samsung.com>
Thu, 17 Nov 2016 09:05:10 +0000 (18:05 +0900)
committerDoHyun Pyun <dh79.pyun@samsung.com>
Thu, 17 Nov 2016 09:05:37 +0000 (18:05 +0900)
Change-Id: I0546a6995f8f1e08a1d6ab1a7c5bcfc361974a50
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
src/bt-share-ui-view.c

index a3a73c5..9e6682d 100644 (file)
@@ -966,7 +966,7 @@ Evas_Object *__bt_create_error_popup(bt_share_appdata_t *ad)
        return popup;
 }
 
-static bt_file_type_e __get_file_type(char *name)
+static bt_file_type_e __get_file_type(const char *name)
 {
        FN_START;