diff regex.c @ 1297:ac5117571763

(regex_compile) [!MATCH_MAY_ALLOCATE]: Fix paren error.
author Richard Stallman <rms@gnu.org>
date Sat, 04 Apr 1998 00:00:06 +0000 (1998-04-04)
parents 7b938cc81ae2
children a9a56c9deb21
line wrap: on
line diff
--- a/regex.c
+++ b/regex.c
@@ -2973,7 +2973,7 @@
 
     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)