From aa732e2b2b3178ed436b6df39180605437897f53 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 15 Jan 2010 12:20:55 -0800 Subject: [PATCH] One forgotten checkin from regex changes. --- posix/regcomp.c | 4 ++-- 1 file 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