aboutsummaryrefslogtreecommitdiffstats
path: root/codecs/codec_ulaw.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_ulaw.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_ulaw.c')
-rw-r--r--codecs/codec_ulaw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/codecs/codec_ulaw.c b/codecs/codec_ulaw.c
index 38332019c..4f38a024e 100644
--- a/codecs/codec_ulaw.c
+++ b/codecs/codec_ulaw.c
@@ -418,7 +418,7 @@ char *description(void)
int usecount(void)
{
int res;
- STANDARD_USECOUNT(res);
+ OLD_STANDARD_USECOUNT(res);
return res;
}