diff --git a/components/fs/vfs/vfs_mount.c b/components/fs/vfs/vfs_mount.c index 81578911..737013b7 100644 --- a/components/fs/vfs/vfs_mount.c +++ b/components/fs/vfs/vfs_mount.c @@ -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) {