Commit 3fe02a56 authored by norvell's avatar norvell
Browse files

Add parenthesis to resolve warning

parent 7b53196e
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -706,7 +706,7 @@ ivas_error ivas_td_binaural_open_ext(
    if ( NULL != hRendCfg )
    {
#ifdef NONBE_1377_REND_DIRATT_CONF
        ism_number = id & 0x00FF - 1; /* Extract ISM number from ID */
        ism_number = (id & 0x00FF) - 1; /* Extract ISM number from ID */
        directivity = hRendCfg->directivity + 3 * ism_number;
#else
        directivity = hRendCfg->directivity;