Commit 351c2c8d authored by malenov's avatar malenov
Browse files

fix incorrect placement of the closing parenthesis

parent ea7845e7
Loading
Loading
Loading
Loading
Loading
+47 −45
Original line number Diff line number Diff line
@@ -555,6 +555,8 @@ void core_signal_analysis_high_bitrate_fx(
                }
            }
#endif
        }

        IF( NE_16( st->element_mode, IVAS_CPE_MDCT ) )
        {
            test();
@@ -616,7 +618,7 @@ void core_signal_analysis_high_bitrate_fx(
            MVR2R_WORD16( lsp_new, st->lspold_enc_fx, M );
        }
    }
    }

    return;
}