Change 16103 by gsar@zinc-gsar on 2002/04/23 06:33:25
fix a typo
Affected files ...
.... //depot/perl/regexec.c#281 edit
Differences ...
==== //depot/perl/regexec.c#281 (text) ====
Index: perl/regexec.c
--- perl/regexec.c.~1~ Tue Apr 23 00:45:05 2002
+++ perl/regexec.c Tue Apr 23 00:45:05 2002
@@ -3073,7 +3073,7 @@
"%*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. */
End of Patch.