diff options
Diffstat (limited to 'example/invalidate_path.c')
-rw-r--r-- | example/invalidate_path.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/invalidate_path.c b/example/invalidate_path.c index 74c83c3..9e2754b 100644 --- a/example/invalidate_path.c +++ b/example/invalidate_path.c @@ -153,7 +153,7 @@ static int xmp_read(const char *path, char *buf, size_t size, off_t offset, } } -static struct fuse_operations xmp_oper = { +static const struct fuse_operations xmp_oper = { .init = xmp_init, .getattr = xmp_getattr, .readdir = xmp_readdir, |