summaryrefslogtreecommitdiff
path: root/src/common/media-svc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/media-svc.c')
-rwxr-xr-xsrc/common/media-svc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/media-svc.c b/src/common/media-svc.c
index 4a2327b..d69874c 100755
--- a/src/common/media-svc.c
+++ b/src/common/media-svc.c
@@ -562,7 +562,7 @@ static void __media_svc_noti_all_storage(sqlite3 *handle, uid_t uid)
int ret = MS_MEDIA_ERR_NONE;
char *root_path = NULL;
GPtrArray *path_list = NULL;
- int i = 0;
+ guint i = 0;
ret = ms_user_get_internal_root_path(uid, &root_path);
media_svc_retm_if(ret != MS_MEDIA_ERR_NONE, "Fail to get root path");