diff options
author | Toomas Soome <tsoome@me.com> | 2017-07-16 10:20:05 +0300 |
---|---|---|
committer | Hans Rosenfeld <hans.rosenfeld@joyent.com> | 2018-04-23 18:15:39 +0200 |
commit | 95e72cea9fdb1b95dc17d852d8fc25b518112352 (patch) | |
tree | f11e2007505dfa9ad5afc418c488786a051bf14a /usr/src/cmd/itadm | |
parent | b3863623bad65c4d98e8af1ef92ca8748dc4396b (diff) | |
download | illumos-gate-95e72cea9fdb1b95dc17d852d8fc25b518112352.tar.gz |
9391 itadm: this statement may fall through
Reviewed by: Sebastian Wiedenroth <sebastian.wiedenroth@skylime.net>
Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk>
Reviewed by: Andrew Stormont <andyjstormont@gmail.com>
Approved by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
Diffstat (limited to 'usr/src/cmd/itadm')
-rw-r--r-- | usr/src/cmd/itadm/itadm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/cmd/itadm/itadm.c b/usr/src/cmd/itadm/itadm.c index ab369026ae..3ebd9c604d 100644 --- a/usr/src/cmd/itadm/itadm.c +++ b/usr/src/cmd/itadm/itadm.c @@ -434,7 +434,7 @@ main(int argc, char *argv[]) newargv[optind-1]); (void) fprintf(stderr, "\n"); - /* fall through to default */ + /* FALLTHROUGH */ default: ret = 1; break; |