From 6f385414b27e929bd14435ea8342cde4bae0ef8d Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Fri, 17 Mar 2006 15:05:40 +0000 Subject: fix --- example/null.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example/null.c') diff --git a/example/null.c b/example/null.c index 82e7c45..eda843a 100644 --- a/example/null.c +++ b/example/null.c @@ -84,5 +84,5 @@ static struct fuse_operations null_oper = { int main(int argc, char *argv[]) { - return fuse_main(argc, argv, &null_oper); + return fuse_main(argc, argv, &null_oper, NULL); } -- cgit v1.2.3