Commit 2e0934bf authored by Fabian Müller's avatar Fabian Müller
Browse files

Remove redundant parentheses

Silences a compiler error/warning (-Werror).
parent 70025b44
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4236,7 +4236,7 @@ void QuantizeTCXSpectrum_fx(

        Word8 tmp8 = 1;
        move16();
        if ( ( st->last_core == ACELP_CORE ) )
        if ( st->last_core == ACELP_CORE )
        {
            tmp8 = 0;
            move16();