Tag 'a' case as one we're intentionally falling through to

the 'F' case.

CID: 1008176
This commit is contained in:
Warner Losh 2018-01-05 07:28:48 +00:00
parent 21dc7ae75b
commit 6dc0176690
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=327579

View file

@ -82,6 +82,7 @@ main(int argc, char **argv)
case 'a':
autofmt = 1;
/*FALLTHROUGH*/
case 'F':
showfmt = 1;
show = 0;