summaryrefslogtreecommitdiff
path: root/regexec.c
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2002-04-23 06:33:25 +0000
committerGurusamy Sarathy <gsar@cpan.org>2002-04-23 06:33:25 +0000
commit2797576d12630c11198ca4b6cd994c3e19902802 (patch)
tree3d03457b69390f0df8c1a4bc7be8bfd8fa0b5dd4 /regexec.c
parent642fd4ec89ceddb0cf486e3e53c2a028f331f4cd (diff)
downloadperl-2797576d12630c11198ca4b6cd994c3e19902802.tar.gz
fix a typo
p4raw-id: //depot/perl@16103
Diffstat (limited to 'regexec.c')
-rw-r--r--regexec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/regexec.c b/regexec.c
index 1f1d66818c..002112fa9e 100644
--- 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. */