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

the 'F' case.

CID: 1008176
This commit is contained in:
imp 2018-01-05 07:28:48 +00:00
parent cb0262a41a
commit 087eed5da1

View File

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