(regex_compile) [!MATCH_MAY_ALLOCATE]: Fix paren error.
authorRichard Stallman <rms@gnu.org>
Sat, 4 Apr 1998 00:00:06 +0000 (00:00 +0000)
committerRichard Stallman <rms@gnu.org>
Sat, 4 Apr 1998 00:00:06 +0000 (00:00 +0000)
regex.c

diff --git a/regex.c b/regex.c
index a26c0f5..5f79663 100644 (file)
--- a/regex.c
+++ b/regex.c
@@ -2973,7 +2973,7 @@ regex_compile (pattern, size, syntax, bufp)
 
     if (fail_stack.size < re_max_failures * TYPICAL_FAILURE_SIZE)
       {
-       fail_stack.size = re_max_failures * TYPICAL_FAILURE_SIZE);
+       fail_stack.size = re_max_failures * TYPICAL_FAILURE_SIZE;
 
 #ifdef emacs
        if (! fail_stack.stack)