summaryrefslogtreecommitdiff
path: root/codecs/codec_adpcm.c
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2006-03-25 23:22:44 +0000
committerKevin P. Fleming <kpfleming@digium.com>2006-03-25 23:22:44 +0000
commitb0ac62573a6282a0114d2b23e5a6f04e472fb051 (patch)
treeb3e0d50fa7bc3c720bbad87b9994028c2ccd6b2f /codecs/codec_adpcm.c
parentd104a6d6224b7ceba7a2c994e8dcc790aeed86e5 (diff)
revert loader changes that have clearly not undergone adequate testing before commit
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@14952 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 19970a501..19fd33c31 100644
--- a/codecs/codec_adpcm.c
+++ b/codecs/codec_adpcm.c
@@ -616,7 +616,7 @@ char *description(void)
int usecount(void)
{
int res;
- OLD_STANDARD_USECOUNT(res);
+ STANDARD_USECOUNT(res);
return res;
}