Chromium Code Reviews| Index: silk/float/wrappers_FLP.c | 
| diff --git a/silk/float/wrappers_FLP.c b/silk/float/wrappers_FLP.c | 
| index 5500425902310bf5f3fe73b5f9ce2afbde8c524e..4259e90e929ef43a82c695a420b0873700ef633e 100644 | 
| --- a/silk/float/wrappers_FLP.c | 
| +++ b/silk/float/wrappers_FLP.c | 
| @@ -155,7 +155,7 @@ void silk_NSQ_wrapper_FLP( | 
| /* Convert input to fix */ | 
| for( i = 0; i < psEnc->sCmn.frame_length; i++ ) { | 
| - x_Q3[ i ] = silk_float2int( 8.0 * x[ i ] ); | 
| + x_Q3[ i ] = silk_float2int( 8.0f * x[ i ] ); | 
| } | 
| /* Call NSQ */ |