diff options
| author | Pedro F. Giffuni <pfg@FreeBSD.org> | 2014-05-09 01:20:39 +0000 |
|---|---|---|
| committer | Pedro F. Giffuni <pfg@FreeBSD.org> | 2014-05-09 01:20:39 +0000 |
| commit | 95b7633fbf0aed7168d41ae4f90cfc2704017f20 (patch) | |
| tree | 36212b85e0e42c546dc9de72308b7897f27eb04d /lib/libc/regex/regcomp.c | |
| parent | f4ab388dc67c49181cd5e82c5b5d93c35b96067b (diff) | |
Notes
Diffstat (limited to 'lib/libc/regex/regcomp.c')
| -rw-r--r-- | lib/libc/regex/regcomp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libc/regex/regcomp.c b/lib/libc/regex/regcomp.c index f3a41e90fb71..55f9c04c6910 100644 --- a/lib/libc/regex/regcomp.c +++ b/lib/libc/regex/regcomp.c @@ -746,7 +746,6 @@ p_b_term(struct parse *p, cset *cs) case '-': SETERROR(REG_ERANGE); return; /* NOTE RETURN */ - break; default: c = '\0'; break; |
