diff options
author | Miklos Szeredi <miklos@szeredi.hu> | 2005-07-21 07:59:37 +0000 |
---|---|---|
committer | Miklos Szeredi <miklos@szeredi.hu> | 2005-07-21 07:59:37 +0000 |
commit | 9b813af8631729cf7f626f0cbac08863bb315863 (patch) | |
tree | 1ccd7493b978e83e85f27063d88045dbdddec7bb /lib/helper.c | |
parent | e2aa2e243d729e29ad67f1b30aa3392ca9a9cdb2 (diff) | |
download | libfuse-9b813af8631729cf7f626f0cbac08863bb315863.tar.gz |
fixes
Diffstat (limited to 'lib/helper.c')
-rw-r--r-- | lib/helper.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/helper.c b/lib/helper.c index d8e694f..681197d 100644 --- a/lib/helper.c +++ b/lib/helper.c @@ -293,7 +293,6 @@ static int fuse_parse_cmdline(int argc, const char *argv[], char **kernel_opts, } static struct fuse *fuse_setup_common(int argc, char *argv[], - const struct fuse_operations *op, size_t op_size, char **mountpoint, |