Commit 4e31bf0b authored by Archit Tamarapu's avatar Archit Tamarapu
Browse files

[fix] instrumented build

parent df6e8f0d
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -294,7 +294,7 @@ static ivas_error RenderConfigReader_checkValues(
        return IVAS_ERR_WRONG_PARAMS;
    }

#if ( defined DEBUGGING ) || ( defined SPLIT_REND_WITH_HEAD_ROT )
#ifdef DEBUGGING
    /* Specific limits for Jot reverb */
    if ( hRenderConfig->renderer_type_override == IVAS_RENDER_TYPE_OVERRIDE_CREND )
    {