diff options
Diffstat (limited to 'example/printcap.c')
-rw-r--r-- | example/printcap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/printcap.c b/example/printcap.c index 904542f..6c2482d 100644 --- a/example/printcap.c +++ b/example/printcap.c @@ -85,7 +85,7 @@ static void pc_init(void *userdata, } -static struct fuse_lowlevel_ops pc_oper = { +static const struct fuse_lowlevel_ops pc_oper = { .init = pc_init, }; |