diff options
author | Ulrich Drepper <drepper@redhat.com> | 2010-01-15 12:20:55 -0800 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2010-01-15 12:20:55 -0800 |
commit | aa732e2b2b3178ed436b6df39180605437897f53 (patch) | |
tree | 1a043ad6d6feb5f3c9edf6d8ce1c2c104c318ac3 /posix/regcomp.c | |
parent | 2da42bc06566bc89785e580fa1ac89b4c9f2a63c (diff) | |
download | glibc-aa732e2b2b3178ed436b6df39180605437897f53.tar.gz glibc-aa732e2b2b3178ed436b6df39180605437897f53.tar.xz glibc-aa732e2b2b3178ed436b6df39180605437897f53.zip |
One forgotten checkin from regex changes.
Diffstat (limited to 'posix/regcomp.c')
-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 |