aboutsummaryrefslogtreecommitdiffstats
path: root/lib/fuse_lowlevel.c
diff options
context:
space:
mode:
authorNikolaus Rath <Nikolaus@rath.org>2016-10-01 11:24:46 -0700
committerNikolaus Rath <Nikolaus@rath.org>2016-10-01 11:24:46 -0700
commite20e5c9ae574bba8827310edf38ae9edca08c469 (patch)
treee248bdc392e09f5419dcced5c7dedde4972dff50 /lib/fuse_lowlevel.c
parent944d1e1521935e82a3e667a401c7184467793ebc (diff)
downloadlibfuse-e20e5c9ae574bba8827310edf38ae9edca08c469.tar.gz
Improve documentation of argument parsing.
Diffstat (limited to 'lib/fuse_lowlevel.c')
-rwxr-xr-xlib/fuse_lowlevel.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/fuse_lowlevel.c b/lib/fuse_lowlevel.c
index 9b59515..31714dd 100755
--- a/lib/fuse_lowlevel.c
+++ b/lib/fuse_lowlevel.c
@@ -2674,6 +2674,7 @@ static int fuse_ll_opt_proc(void *data, const char *arg, int key,
fprintf(stderr, "fuse: unknown option `%s'\n", arg);
}
+ /* Fail */
return -1;
}