Skip to content

Commit 9fcc77e

Browse files
author
Missael Palacios
committed
Reverting change
1 parent a1f435f commit 9fcc77e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ int ltfs_parse_options(void *priv_data, const char *arg, int key, struct fuse_ar
414414
if (! priv->first_parsing_pass) {
415415
fuse_opt_add_arg(outargs, "-h");
416416
if (priv->advanced_help)
417-
ret = fuse_main(outargs->argc, outargs->argv, &ltfs_ops, NULL);
417+
fuse_main(outargs->argc, outargs->argv, &ltfs_ops, NULL);
418418
usage(outargs->argv[0], priv);
419419
exit(key == KEY_HELP ? 0 : 1);
420420
}

0 commit comments

Comments
 (0)