aboutsummaryrefslogtreecommitdiffstats
path: root/codecs/codec_ilbc.c
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-03-25 06:02:46 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2006-03-25 06:02:46 +0000
commit2fa222dfb977f3370515f65dc1554af332df8dff (patch)
tree9f0e2f3fe65a467c6b77f0e812b8f846fc800577 /codecs/codec_ilbc.c
parenta52b96290e3b067fb43ec5c92176a5d37663a171 (diff)
Bug 4377 - Round 2 of the loader updates
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@14886 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'codecs/codec_ilbc.c')
-rw-r--r--codecs/codec_ilbc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/codecs/codec_ilbc.c b/codecs/codec_ilbc.c
index 8c928fbcd..fb042cfa5 100644
--- a/codecs/codec_ilbc.c
+++ b/codecs/codec_ilbc.c
@@ -307,7 +307,7 @@ char *description(void)
int usecount(void)
{
int res;
- STANDARD_USECOUNT(res);
+ OLD_STANDARD_USECOUNT(res);
return res;
}