Commit 531fdb8e authored by emerit's avatar emerit
Browse files

fix parenthesis

parent c1677aa1
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -512,7 +512,7 @@ ivas_error ivas_sba_dec_reinit(
#ifdef HRTF_BINARY_FILE
                                            st_ivas->hSetOfHRTF,
#endif
                                            st_ivas->hDecoderConfig->output_Fs ) != IVAS_ERR_OK ) )
                                            st_ivas->hDecoderConfig->output_Fs ) ) != IVAS_ERR_OK )
        {
            return error;
        }