aboutsummaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
Diffstat (limited to 'example')
-rw-r--r--example/cuse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/cuse.c b/example/cuse.c
index da17b0d..b5ac122 100644
--- a/example/cuse.c
+++ b/example/cuse.c
@@ -233,7 +233,7 @@ static void cusexmp_ioctl(fuse_req_t req, int cmd, void *arg,
case FIOC_READ:
is_read = 1;
- /* no break */
+ /* fall through */
case FIOC_WRITE:
fioc_do_rw(req, arg, in_buf, in_bufsz, out_bufsz, is_read);
break;