diff options
Diffstat (limited to 'example/poll.c')
-rw-r--r-- | example/poll.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/poll.c b/example/poll.c index 64917cc..6bc3879 100644 --- a/example/poll.c +++ b/example/poll.c @@ -206,7 +206,7 @@ static int fsel_poll(const char *path, struct fuse_file_info *fi, return 0; } -static struct fuse_operations fsel_oper = { +static const struct fuse_operations fsel_oper = { .getattr = fsel_getattr, .readdir = fsel_readdir, .open = fsel_open, |