Skip to content

Commit

Permalink
bin/setfacl: remove unreachable break after usage()
Browse files Browse the repository at this point in the history
Signed-off-by: rilysh <[email protected]>
Reviewed by: imp
Pull Request: freebsd#872
  • Loading branch information
rilysh authored and bsdimp committed Jan 3, 2024
1 parent e991037 commit 8312a90
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/setfacl/setfacl.c
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,6 @@ main(int argc, char *argv[])
break;
default:
usage();
break;
}
argc -= optind;
argv += optind;
Expand Down

0 comments on commit 8312a90

Please sign in to comment.