summaryrefslogtreecommitdiffstats
path: root/bin/sh/expand.c
diff options
context:
space:
mode:
authorcharnier <charnier@FreeBSD.org>2002-08-25 13:01:47 +0000
committercharnier <charnier@FreeBSD.org>2002-08-25 13:01:47 +0000
commitc88222c6c0149f22317404fa4c67eba023d90206 (patch)
tree956af2bc985558970e580524f3f7b43cb8eea5c3 /bin/sh/expand.c
parentc7378f848bc6b0fb2ba56c417a252bf169c9c908 (diff)
downloadFreeBSD-src-c88222c6c0149f22317404fa4c67eba023d90206.zip
FreeBSD-src-c88222c6c0149f22317404fa4c67eba023d90206.tar.gz
Replace various spellings with FALLTHROUGH which is lint()able
Diffstat (limited to 'bin/sh/expand.c')
-rw-r--r--bin/sh/expand.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sh/expand.c b/bin/sh/expand.c
index eaab1bd..a8cad11 100644
--- a/bin/sh/expand.c
+++ b/bin/sh/expand.c
@@ -893,7 +893,7 @@ numvar:
}
break;
}
- /* fall through */
+ /* FALLTHROUGH */
case '*':
if (ifsset() != 0)
sep = ifsval()[0];
OpenPOWER on IntegriCloud