summaryrefslogtreecommitdiff
path: root/regcomp.c
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2012-02-14 17:25:32 +0000
committerDavid Mitchell <davem@iabyn.com>2012-06-13 13:25:47 +0100
commiteeaed6de80243ee2bb450a2b6ff1581724b534e7 (patch)
tree710f8b122be51ee27c77677dcdf11ad7afd3a806 /regcomp.c
parentd14cf0a64eb69c3ea10cb0ba758ad6ffd6c276d8 (diff)
downloadperl-eeaed6de80243ee2bb450a2b6ff1581724b534e7.tar.gz
revert a trailing whitespace removal
this is to make rebasing easier. On one of the rebased commits also removes this whitespace
Diffstat (limited to 'regcomp.c')
-rw-r--r--regcomp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/regcomp.c b/regcomp.c
index 5ffce1d34e..acd6e9bcfb 100644
--- a/regcomp.c
+++ b/regcomp.c
@@ -7980,7 +7980,7 @@ S_reg(pTHX_ RExC_state_t *pRExC_state, I32 paren, I32 *flagp,U32 depth)
RExC_parse++;
}
if (*RExC_parse != ')') {
- RExC_parse = s;
+ RExC_parse = s;
vFAIL("Sequence (?{...}) not terminated or not {}-balanced");
}
if (!SIZE_ONLY) {