Commit 6ac92e1b authored by multrus's avatar multrus
Browse files

replace IF() by if()

parent 387619a8
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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();