summaryrefslogtreecommitdiff
path: root/pcreposix.c
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2016-05-23 15:06:35 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2016-05-23 15:06:35 +0000
commita8028e5f52992d430e05a348c920770419617b71 (patch)
tree392b984bae8867386f11ae29697f9268b11888cf /pcreposix.c
parentf9c3ebf6e58326412a4dfd9f19a97007672380ce (diff)
downloadpcre-a8028e5f52992d430e05a348c920770419617b71.tar.gz
File tidies for 8.39-RC1.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1651 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'pcreposix.c')
-rw-r--r--pcreposix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pcreposix.c b/pcreposix.c
index 55b6ddc..cf75588 100644
--- a/pcreposix.c
+++ b/pcreposix.c
@@ -365,7 +365,7 @@ start location rather than being passed as a PCRE "starting offset". */
if ((eflags & REG_STARTEND) != 0)
{
- if (pmatch == NULL) return REG_INVARG;
+ if (pmatch == NULL) return REG_INVARG;
so = pmatch[0].rm_so;
eo = pmatch[0].rm_eo;
}