summaryrefslogtreecommitdiff
path: root/src/pcre2test.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pcre2test.c')
-rw-r--r--src/pcre2test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pcre2test.c b/src/pcre2test.c
index 2999352..aa007f8 100644
--- a/src/pcre2test.c
+++ b/src/pcre2test.c
@@ -5141,8 +5141,8 @@ PCRE2_SIZE erroroffset;
if (restrict_for_perl_test && delimiter != '/')
{
fprintf(outfile, "** The only allowed delimiter after #perltest is '/'\n");
- return PR_ABEND;
- }
+ return PR_ABEND;
+ }
/* Initialize the context and pattern/data controls for this test from the
defaults. */