diff options
Diffstat (limited to 'example/passthrough_fh.c')
-rw-r--r-- | example/passthrough_fh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/passthrough_fh.c b/example/passthrough_fh.c index 13eb41e..7e62a7b 100644 --- a/example/passthrough_fh.c +++ b/example/passthrough_fh.c @@ -608,7 +608,7 @@ static off_t xmp_lseek(const char *path, off_t off, int whence, struct fuse_file return res; } -static struct fuse_operations xmp_oper = { +static const struct fuse_operations xmp_oper = { .init = xmp_init, .getattr = xmp_getattr, .access = xmp_access, |