aboutsummaryrefslogtreecommitdiffstats
path: root/example/fusexmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'example/fusexmp.c')
-rw-r--r--example/fusexmp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/example/fusexmp.c b/example/fusexmp.c
index 8b48af6..e783423 100644
--- a/example/fusexmp.c
+++ b/example/fusexmp.c
@@ -267,6 +267,7 @@ static struct fuse_operations xmp_oper = {
read: xmp_read,
write: xmp_write,
statfs: xmp_statfs,
+ release: NULL
};
int main(int argc, char *argv[])