]> sourceware.org Git - glibc.git/commitdiff
One forgotten checkin from regex changes.
authorUlrich Drepper <drepper@redhat.com>
Fri, 15 Jan 2010 20:20:55 +0000 (12:20 -0800)
committerUlrich Drepper <drepper@redhat.com>
Fri, 15 Jan 2010 20:20:55 +0000 (12:20 -0800)
posix/regcomp.c

index 63ef7683ca2bbaa46a6887210beea97469d244e7..03ab12390713452f9ebc716340046b5224ddddf0 100644 (file)
@@ -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
This page took 0.042663 seconds and 5 git commands to generate.