[Pcre-svn] [845] code/trunk/pcre_refcount.c: fix the name of…

Top Page
Delete this message
Author: Subversion repository
Date:  
To: pcre-svn
Subject: [Pcre-svn] [845] code/trunk/pcre_refcount.c: fix the name of pcre16_refcount
Revision: 845
          http://vcs.pcre.org/viewvc?view=rev&revision=845
Author:   zherczeg
Date:     2012-01-01 20:49:28 +0000 (Sun, 01 Jan 2012)


Log Message:
-----------
fix the name of pcre16_refcount

Modified Paths:
--------------
    code/trunk/pcre_refcount.c


Modified: code/trunk/pcre_refcount.c
===================================================================
--- code/trunk/pcre_refcount.c    2012-01-01 15:53:39 UTC (rev 844)
+++ code/trunk/pcre_refcount.c    2012-01-01 20:49:28 UTC (rev 845)
@@ -73,7 +73,7 @@
 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;