aboutsummaryrefslogtreecommitdiffstats
path: root/codecs/codec_g726.c
diff options
context:
space:
mode:
Diffstat (limited to 'codecs/codec_g726.c')
-rw-r--r--codecs/codec_g726.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/codecs/codec_g726.c b/codecs/codec_g726.c
index 2a39e90a3..6a33d8519 100644
--- a/codecs/codec_g726.c
+++ b/codecs/codec_g726.c
@@ -1078,7 +1078,7 @@ int
usecount (void)
{
int res;
- STANDARD_USECOUNT (res);
+ OLD_STANDARD_USECOUNT (res);
return res;
}