diff options
author | ph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069> | 2019-03-04 18:07:04 +0000 |
---|---|---|
committer | ph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069> | 2019-03-04 18:07:04 +0000 |
commit | ac88fdeee3bdeec86cdd097c1c66ae0bcbcecd48 (patch) | |
tree | 2d9c080d6a47ddb4935b89e4df5473fb19252d7e /src/pcre2_context.c | |
parent | 1b123caefd55a510653b3933b037d3bcab39cba9 (diff) | |
download | pcre2-ac88fdeee3bdeec86cdd097c1c66ae0bcbcecd48.tar.gz |
More file tidies for 10.33-RC1
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1079 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'src/pcre2_context.c')
-rw-r--r-- | src/pcre2_context.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pcre2_context.c b/src/pcre2_context.c index 55225de..9c2886a 100644 --- a/src/pcre2_context.c +++ b/src/pcre2_context.c @@ -407,7 +407,7 @@ return 0; PCRE2_EXP_DEFN int PCRE2_CALL_CONVENTION pcre2_set_substitute_callout(pcre2_match_context *mcontext, - int (*substitute_callout)(pcre2_substitute_callout_block *, void *), + int (*substitute_callout)(pcre2_substitute_callout_block *, void *), void *substitute_callout_data) { mcontext->substitute_callout = substitute_callout; |