diff options
Diffstat (limited to 'example/fusexmp.c')
-rw-r--r-- | example/fusexmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/fusexmp.c b/example/fusexmp.c index 172dc88..a30c9fd 100644 --- a/example/fusexmp.c +++ b/example/fusexmp.c @@ -369,5 +369,5 @@ static struct fuse_operations xmp_oper = { int main(int argc, char *argv[]) { umask(0); - return fuse_main(argc, argv, &xmp_oper); + return fuse_main(argc, argv, &xmp_oper, NULL); } |