aboutsummaryrefslogtreecommitdiffstats
path: root/example/null.c
diff options
context:
space:
mode:
Diffstat (limited to 'example/null.c')
-rw-r--r--example/null.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/null.c b/example/null.c
index ed68c0b..4cd5351 100644
--- a/example/null.c
+++ b/example/null.c
@@ -104,7 +104,7 @@ static int null_write(const char *path, const char *buf, size_t size,
return size;
}
-static struct fuse_operations null_oper = {
+static const struct fuse_operations null_oper = {
.getattr = null_getattr,
.truncate = null_truncate,
.open = null_open,