summaryrefslogtreecommitdiff
path: root/pcreposix.c
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2014-09-15 13:56:18 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2014-09-15 13:56:18 +0000
commitedb29d5a2a04f468d75fc4f92333d33c7f3bdccb (patch)
treebd00d060a20432abdd9b07a1ddf44b2c9655b90c /pcreposix.c
parent551fe7c5a4790a42921b292fc943932e5babf630 (diff)
downloadpcre-edb29d5a2a04f468d75fc4f92333d33c7f3bdccb.tar.gz
Files tidied for 8.36-RC1.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1502 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 80281ea..f024423 100644
--- a/pcreposix.c
+++ b/pcreposix.c
@@ -173,7 +173,7 @@ static const int eint[] = {
REG_BADPAT, /* group name must start with a non-digit */
/* 85 */
REG_BADPAT, /* parentheses too deeply nested (stack check) */
- REG_BADPAT /* missing digits in \x{} or \o{} */
+ REG_BADPAT /* missing digits in \x{} or \o{} */
};
/* Table of texts corresponding to POSIX error codes */