Commit e2b19829 authored by liksonov's avatar liksonov
Browse files

Attempt to fix build failure.

parent d8058af9
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -292,6 +292,7 @@ static ivas_error RenderConfigReader_checkValues(
        return IVAS_ERR_WRONG_PARAMS;
    }

#ifdef DEBUGGING
    /* Specific limits for Jot reverb */
    if ( hRenderConfig->renderer_type_override == RENDER_TYPE_OVERRIDE_CREND )
    {
@@ -309,6 +310,7 @@ static ivas_error RenderConfigReader_checkValues(
            return IVAS_ERR_WRONG_PARAMS;
        }
    }
#endif /* DEBUGGING */

    return IVAS_ERR_OK;
}