diff options
-rw-r--r-- | posix/regcomp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/posix/regcomp.c b/posix/regcomp.c index 63ef7683ca..03ab123907 100644 --- a/posix/regcomp.c +++ b/posix/regcomp.c @@ -409,8 +409,8 @@ re_compile_fastmap_iter (regex_t *bufp, const re_dfastate_t *init_state, != (size_t) -1) re_set_fastmap (fastmap, false, *(unsigned char *) buf); } - } - } + } + } } #endif /* RE_ENABLE_I18N */ else if (type == OP_PERIOD |