diff options
author | Toomas Soome <tsoome@me.com> | 2017-07-17 23:47:37 +0300 |
---|---|---|
committer | Hans Rosenfeld <hans.rosenfeld@joyent.com> | 2018-04-23 18:15:39 +0200 |
commit | 40ed00103f04f72bef88cdaa2ec4ebae03af4a07 (patch) | |
tree | 4bb45279eca60bda16bef6b08ca0113c48bf1f61 | |
parent | 2990a173407351bd44b04c3c4e75c7ff0aa384d7 (diff) | |
download | illumos-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.c | 1 |
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 */ |