summaryrefslogtreecommitdiff
path: root/pcreposix.c
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-08-16 13:29:39 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-08-16 13:29:39 +0000
commitc6cacc34aeba9ca01c6d754494677ffad6c845b6 (patch)
treeb713ad94121db99da97f7c0d1476c52c67ec7a7a /pcreposix.c
parentff0f411b14060f57911b57b8ca8d927280ce7274 (diff)
downloadpcre-c6cacc34aeba9ca01c6d754494677ffad6c845b6.tar.gz
Tidies for 7.3-RC5 prerelease
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@220 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 a0a43aa..83263de 100644
--- a/pcreposix.c
+++ b/pcreposix.c
@@ -125,7 +125,7 @@ static const int eint[] = {
REG_INVARG, /* inconsistent NEWLINE options */
REG_BADPAT, /* \g is not followed followed by an (optionally braced) non-zero number */
REG_BADPAT, /* (?+ or (?- must be followed by a non-zero number */
- REG_BADPAT /* number is too big */
+ REG_BADPAT /* number is too big */
};
/* Table of texts corresponding to POSIX error codes */