summaryrefslogtreecommitdiff
path: root/pcreposix.c
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2012-06-02 11:03:06 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2012-06-02 11:03:06 +0000
commit8a790d680cbb1608c59c5fe3c406cb08c2e47b6a (patch)
treea203928ec5623eeabdc27801711128a475d53da4 /pcreposix.c
parentabad0e1a2cdb4bfd1dd6671ddf09a7f01f337bef (diff)
downloadpcre-8a790d680cbb1608c59c5fe3c406cb08c2e47b6a.tar.gz
Document update for 8.31-RC1 test release.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@975 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 99cc410..6c1ca25 100644
--- a/pcreposix.c
+++ b/pcreposix.c
@@ -160,7 +160,7 @@ static const int eint[] = {
REG_BADPAT, /* disallowed UTF-8/16 code point (>= 0xd800 && <= 0xdfff) */
REG_BADPAT, /* invalid UTF-16 string (should not occur) */
/* 75 */
- REG_BADPAT /* overlong MARK name */
+ REG_BADPAT /* overlong MARK name */
};
/* Table of texts corresponding to POSIX error codes */