!919 fix:逗号格式错误

Merge pull request !919 from Hongjin Li/warning
This commit is contained in:
openharmony_ci 2022-11-17 12:57:15 +00:00 committed by Gitee
commit 0818b28aa7
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ STATIC struct MountPoint *VfsMountPointInit(const char *target, const char *fsTy
return mp;
}
STATIC int VfsRemount(const char *source ,const char *target,
STATIC int VfsRemount(const char *source, const char *target,
const char *fsType, unsigned long mountflags,
const void *data)
{