diff --git a/src/ntfs-3g.c b/src/ntfs-3g.c index 7063e0f1..91091720 100644 --- a/src/ntfs-3g.c +++ b/src/ntfs-3g.c @@ -2132,7 +2132,6 @@ int main(int argc, char *argv[]) } fh = (struct fuse *)1; /* Cast anything except NULL to handle errors. */ - margs = (struct fuse_args)FUSE_ARGS_INIT(0, NULL); if (fuse_opt_add_arg(&margs, "") == -1 || fuse_opt_add_arg(&margs, "-o") == -1) fh = NULL;