From 0c5b3cb404497f7ec0ae919e1a5650806be59641 Mon Sep 17 00:00:00 2001 From: Toomas Soome Date: Sun, 16 Jul 2017 10:16:16 +0300 Subject: [PATCH] 9393 mailx: this statement may fall through Reviewed by: Sebastian Wiedenroth Reviewed by: Andy Fiddaman Reviewed by: Andrew Stormont Approved by: Hans Rosenfeld --- usr/src/cmd/mailx/cmd3.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/usr/src/cmd/mailx/cmd3.c b/usr/src/cmd/mailx/cmd3.c index ff56e2d552..9407090ed1 100644 --- a/usr/src/cmd/mailx/cmd3.c +++ b/usr/src/cmd/mailx/cmd3.c @@ -38,8 +38,6 @@ * contributors. */ -#pragma ident "%Z%%M% %I% %E% SMI" - #include "rcv.h" #include @@ -852,7 +850,7 @@ getfilename(char *name, int *aedit) nstrcpy(origname, PATHSIZE, cp); return(cp); } - /* Fall into . . . */ + /* FALLTHROUGH */ default: regular: -- 2.11.4.GIT