summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToomas Soome <tsoome@me.com>2017-07-17 23:47:37 +0300
committerHans Rosenfeld <hans.rosenfeld@joyent.com>2018-04-23 18:15:39 +0200
commit40ed00103f04f72bef88cdaa2ec4ebae03af4a07 (patch)
tree4bb45279eca60bda16bef6b08ca0113c48bf1f61
parent2990a173407351bd44b04c3c4e75c7ff0aa384d7 (diff)
downloadillumos-joyent-40ed00103f04f72bef88cdaa2ec4ebae03af4a07.tar.gz
9353 fmt: this statement may fall through
Reviewed by: C Fraire <cfraire@me.com> Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk> Approved by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
-rw-r--r--usr/src/cmd/fmt/fmt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/cmd/fmt/fmt.c b/usr/src/cmd/fmt/fmt.c
index b5fbee6e13..b50bc8157e 100644
--- a/usr/src/cmd/fmt/fmt.c
+++ b/usr/src/cmd/fmt/fmt.c
@@ -233,6 +233,7 @@ fmt(FILE *fi)
switch (hdr_state) {
case off:
prefix(canonb);
+ /* FALLTHROUGH */
case not_in_hdr:
/* look for an initial mail header line */
/* skip initial blanks */