summaryrefslogtreecommitdiff
path: root/pcre_refcount.c
diff options
context:
space:
mode:
authorzherczeg <zherczeg@2f5784b3-3f2a-0410-8824-cb99058d5e15>2012-01-01 20:49:28 +0000
committerzherczeg <zherczeg@2f5784b3-3f2a-0410-8824-cb99058d5e15>2012-01-01 20:49:28 +0000
commitfdb09d84e73513344e802ef14f2fbd58b3d0bb2e (patch)
tree7798dbe40935a6dfd01509f713ebd036d1d9c7fd /pcre_refcount.c
parent54cd90b9331ef871b1fa864e9dd0eae4833efb2e (diff)
downloadpcre-fdb09d84e73513344e802ef14f2fbd58b3d0bb2e.tar.gz
fix the name of pcre16_refcount
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@845 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'pcre_refcount.c')
-rw-r--r--pcre_refcount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pcre_refcount.c b/pcre_refcount.c
index fdda9e4..1c0475a 100644
--- a/pcre_refcount.c
+++ b/pcre_refcount.c
@@ -73,7 +73,7 @@ PCRE_EXP_DEFN int PCRE_CALL_CONVENTION
pcre_refcount(pcre *argument_re, int adjust)
#else
PCRE_EXP_DEFN int PCRE_CALL_CONVENTION
-pcre_refcount(pcre *argument_re, int adjust)
+pcre16_refcount(pcre *argument_re, int adjust)
#endif
{
real_pcre *re = (real_pcre *)argument_re;