summaryrefslogtreecommitdiff
path: root/silk/A2NLSF.c
diff options
context:
space:
mode:
Diffstat (limited to 'silk/A2NLSF.c')
-rw-r--r--silk/A2NLSF.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/silk/A2NLSF.c b/silk/A2NLSF.c
index 165049aa..b487686f 100644
--- a/silk/A2NLSF.c
+++ b/silk/A2NLSF.c
@@ -245,7 +245,7 @@ void silk_A2NLSF(
}
/* Error: Apply progressively more bandwidth expansion and run again */
- silk_bwexpander_32( a_Q16, d, 65536 - silk_LSHIFT( 1, i ) );
+ silk_bwexpander_32( a_Q16, d, 65536 - silk_LSHIFT( 1, i ) );
silk_A2NLSF_init( a_Q16, P, Q, dd );
p = P; /* Pointer to polynomial */