summaryrefslogtreecommitdiff
path: root/silk
diff options
context:
space:
mode:
Diffstat (limited to 'silk')
-rw-r--r--silk/MacroCount.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/silk/MacroCount.h b/silk/MacroCount.h
index 54dbdbd9..78100ffe 100644
--- a/silk/MacroCount.h
+++ b/silk/MacroCount.h
@@ -691,7 +691,7 @@ return(ret);
#undef silk_LIMIT_32
-static OPUS_INLINE opus_int silk_LIMIT_32(opus_int32 a, opus_int32 limit1, opus_int32 limit2)
+static OPUS_INLINE opus_int32 silk_LIMIT_32(opus_int32 a, opus_int32 limit1, opus_int32 limit2)
{
opus_int32 ret;
ops_count += 6;