diff options
Diffstat (limited to 'bin/sh/parser.c')
-rw-r--r-- | bin/sh/parser.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sh/parser.c b/bin/sh/parser.c index e87047f..5da28ad 100644 --- a/bin/sh/parser.c +++ b/bin/sh/parser.c @@ -193,7 +193,7 @@ list(int nlflag) case TBACKGND: case TSEMI: tok = readtoken(); - /* fall through */ + /* FALLTHROUGH */ case TNL: if (tok == TNL) { parseheredoc(); |