diff options
author | Nikolaus Rath <Nikolaus@rath.org> | 2016-10-01 11:24:46 -0700 |
---|---|---|
committer | Nikolaus Rath <Nikolaus@rath.org> | 2016-10-01 11:24:46 -0700 |
commit | e20e5c9ae574bba8827310edf38ae9edca08c469 (patch) | |
tree | e248bdc392e09f5419dcced5c7dedde4972dff50 /lib/fuse_lowlevel.c | |
parent | 944d1e1521935e82a3e667a401c7184467793ebc (diff) | |
download | libfuse-e20e5c9ae574bba8827310edf38ae9edca08c469.tar.gz |
Improve documentation of argument parsing.
Diffstat (limited to 'lib/fuse_lowlevel.c')
-rwxr-xr-x | lib/fuse_lowlevel.c | 1 |
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; } |