Tag 'a' case as one we're intentionally falling through to
the 'F' case. CID: 1008176
This commit is contained in:
parent
21dc7ae75b
commit
6dc0176690
@ -82,6 +82,7 @@ main(int argc, char **argv)
|
||||
|
||||
case 'a':
|
||||
autofmt = 1;
|
||||
/*FALLTHROUGH*/
|
||||
case 'F':
|
||||
showfmt = 1;
|
||||
show = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user