Skip to content

Commit

Permalink
fy-tool abridgement.
Browse files Browse the repository at this point in the history
  • Loading branch information
Orange23333 authored and pantoniou committed Oct 21, 2023
1 parent 618589b commit 419024b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/tool/fy-tool.c
Original file line number Diff line number Diff line change
Expand Up @@ -1820,7 +1820,6 @@ int main(int argc, char *argv[])
fy_valgrind_check(&argc, &argv);

/* select the appropriate tool mode */
progname = argv[0];
progname = strrchr(argv[0], '/');
if (!progname)
progname = argv[0];
Expand Down

0 comments on commit 419024b

Please sign in to comment.