Skip to content

Commit

Permalink
Remove spurious arguments to print_version()
Browse files Browse the repository at this point in the history
  • Loading branch information
jikamens authored and fangfufu committed Sep 29, 2023
1 parent c532661 commit 8f0ef15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ parse_arg_list(int argc, char **argv, char ***fuse_argv, int *fuse_argc)
*/
return 1;
case 'V':
print_version(argv[0], 1);
print_version();
add_arg(fuse_argv, fuse_argc, "-V");
return 1;
case 'd':
Expand Down

0 comments on commit 8f0ef15

Please sign in to comment.