diff options
| author | Philippe Charnier <charnier@FreeBSD.org> | 2002-08-25 13:10:45 +0000 |
|---|---|---|
| committer | Philippe Charnier <charnier@FreeBSD.org> | 2002-08-25 13:10:45 +0000 |
| commit | 7fed38d0a00297914313d5b57f3fae8ef7d4e627 (patch) | |
| tree | b72048b5daaf9c3f63615a383f3610277e497ede /lib/libc/regex/regcomp.c | |
| parent | 0d9f1a69d88eaf647c139cce44c6da1df9a639a6 (diff) | |
Notes
Diffstat (limited to 'lib/libc/regex/regcomp.c')
| -rw-r--r-- | lib/libc/regex/regcomp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/regex/regcomp.c b/lib/libc/regex/regcomp.c index 2dcd497818c6..91de8d760f2a 100644 --- a/lib/libc/regex/regcomp.c +++ b/lib/libc/regex/regcomp.c @@ -1741,7 +1741,7 @@ struct re_guts *g; return; } } while (OP(s) != O_QUEST && OP(s) != O_CH); - /* fallthrough */ + /* FALLTHROUGH */ case OBOW: /* things that break a sequence */ case OEOW: case OBOL: |
