diff --git a/lib_enc/tcx_utils_enc_fx.c b/lib_enc/tcx_utils_enc_fx.c index 74b2b0feba1d82113382d19eb284156c72d16a80..0e38df6b237f0fe071476c6db9ae2c8721a00e63 100644 --- a/lib_enc/tcx_utils_enc_fx.c +++ b/lib_enc/tcx_utils_enc_fx.c @@ -1975,7 +1975,7 @@ Word16 tcx_scalar_quantization_rateloop_fx( saturated = 0; move16(); #else - IF( NE_16( element_mode, EVS_MONO ) ) + if ( NE_16( element_mode, EVS_MONO ) ) { saturated = 0; move16();