summaryrefslogtreecommitdiff
path: root/codecs/codec_adpcm.c
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2006-03-25 06:02:46 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2006-03-25 06:02:46 +0000
commitbdd24455b49c6bd8079767a942b56f354669c4cf (patch)
tree9f0e2f3fe65a467c6b77f0e812b8f846fc800577 /codecs/codec_adpcm.c
parent0af770edd1c343ad7edf9a73cc5effe14a5148d7 (diff)
Bug 4377 - Round 2 of the loader updates
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@14886 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'codecs/codec_adpcm.c')
-rw-r--r--codecs/codec_adpcm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/codecs/codec_adpcm.c b/codecs/codec_adpcm.c
index 19fd33c31..19970a501 100644
--- a/codecs/codec_adpcm.c
+++ b/codecs/codec_adpcm.c
@@ -616,7 +616,7 @@ char *description(void)
int usecount(void)
{
int res;
- STANDARD_USECOUNT(res);
+ OLD_STANDARD_USECOUNT(res);
return res;
}