summaryrefslogtreecommitdiff
path: root/pcreposix.c
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2010-03-10 16:08:01 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2010-03-10 16:08:01 +0000
commit2b6afaf95389abfb23a75f791481df6f04f7dcd0 (patch)
tree00561b490a13ba30f5b33fb93dd83d46817b44c1 /pcreposix.c
parent967823bcbc807492f562c85260a653a39eed2e23 (diff)
downloadpcre-2b6afaf95389abfb23a75f791481df6f04f7dcd0.tar.gz
Tidies for 8.02-RC1 release.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@507 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 44c3ff9..76f3f87 100644
--- a/pcreposix.c
+++ b/pcreposix.c
@@ -372,7 +372,7 @@ switch(rc)
error if the vector eint, which is indexed by compile-time error number, is
not the correct length. It seems to be the only way to do such a check at
compile time, as the sizeof() operator does not work in the C preprocessor.
- As all the PCRE_ERROR_xxx values are negative, we can use 0 and 1. */
+ As all the PCRE_ERROR_xxx values are negative, we can use 0 and 1. */
case 0:
case (sizeof(eint)/sizeof(int) == ERRCOUNT):