summaryrefslogtreecommitdiff
path: root/pcre_study.c
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2015-10-27 16:35:12 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2015-10-27 16:35:12 +0000
commit297e829e7b49f50a86361cdd97e564ae8dae383f (patch)
tree56d99c491424292f38bab5e16efbcb6585ba8750 /pcre_study.c
parent7b67e393f64afd69c48e585d3e4291d7d1b3a0f5 (diff)
downloadpcre-297e829e7b49f50a86361cdd97e564ae8dae383f.tar.gz
File tidies for 8.38-RC1.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1602 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'pcre_study.c')
-rw-r--r--pcre_study.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pcre_study.c b/pcre_study.c
index 932e9a7..7fd0ba0 100644
--- a/pcre_study.c
+++ b/pcre_study.c
@@ -71,7 +71,7 @@ Arguments:
startcode pointer to start of the whole pattern's code
options the compiling options
recurses chain of recurse_check to catch mutual recursion
- countptr pointer to call count (to catch over complexity)
+ countptr pointer to call count (to catch over complexity)
Returns: the minimum length
-1 if \C in UTF-8 mode or (*ACCEPT) was encountered