From 81ab7d8c8c3e9524d93a0459b72e6950347135ac Mon Sep 17 00:00:00 2001 From: zsugabubus Date: Thu, 30 Jan 2020 16:17:25 +0000 Subject: examples: mark ops variables constant (#496) --- example/poll.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example/poll.c') 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, -- cgit v1.2.3