From e501678557789347eedf20b9e0f9a5014f56f18d Mon Sep 17 00:00:00 2001 From: Toomas Soome Date: Sat, 1 Jul 2017 10:23:42 +0300 Subject: 9151 libdhcputil: this statement may fall through Reviewed by: Sebastian Wiedenroth Reviewed by: Andy Fiddaman Approved by: Richard Lowe --- usr/src/lib/libdhcputil/common/dhcp_inittab.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'usr/src') diff --git a/usr/src/lib/libdhcputil/common/dhcp_inittab.c b/usr/src/lib/libdhcputil/common/dhcp_inittab.c index ddaf9d7ab9..f8bcbea0df 100644 --- a/usr/src/lib/libdhcputil/common/dhcp_inittab.c +++ b/usr/src/lib/libdhcputil/common/dhcp_inittab.c @@ -1398,8 +1398,7 @@ inittab_msg(const char *fmt, ...) } action = INITTAB_MSG_OUTPUT; - - /* FALLTHRU into INITTAB_MSG_OUTPUT */ + /* FALLTHROUGH */ case INITTAB_MSG_OUTPUT: -- cgit v1.2.3