fix a typo
Gurusamy Sarathy [Tue, 23 Apr 2002 06:33:25 +0000 (06:33 +0000)]
p4raw-id: //depot/perl@16103

regexec.c

index 1f1d668..002112f 100644 (file)
--- a/regexec.c
+++ b/regexec.c
@@ -3073,7 +3073,7 @@ S_regmatch(pTHX_ regnode *prog)
                                  "%*s  %ld out of %ld..%ld  cc=%"UVxf"\n",
                                  REPORT_CODE_OFF+PL_regindent*2, "",
                                  (long)n, (long)cc->min,
-                                 (long)cc->max, PTR2UV(cc)
+                                 (long)cc->max, PTR2UV(cc))
                    );
 
                /* If degenerate scan matches "", assume scan done. */