aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--example/fusexmp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/example/fusexmp.c b/example/fusexmp.c
index 7af6c04..1a96ba5 100644
--- a/example/fusexmp.c
+++ b/example/fusexmp.c
@@ -289,7 +289,6 @@ static struct fuse_operations xmp_oper = {
.statfs = xmp_statfs,
.release = xmp_release,
.fsync = xmp_fsync
-
};
int main(int argc, char *argv[])