- Add fallthrough comment

Approved by:	pluknet
Found with:	Coverity Prevent(tm)
CID:		10125
This commit is contained in:
Eitan Adler 2011-12-24 22:37:27 +00:00
parent 7b25dcca76
commit 9dad738716
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=228871

View File

@ -309,6 +309,7 @@ ipfw_main(int oldac, char **oldav)
case 'p':
errx(EX_USAGE, "An absolute pathname must be used "
"with -p option.");
/* NOTREACHED */
case 'q':
co.do_quiet = 1;