Commit f47870f2 authored by Tapani Pihlajakuja's avatar Tapani Pihlajakuja
Browse files

Fix the bug by removing duplicate line

parent 37b04cb2
Loading
Loading
Loading
Loading
Loading
+4 −5
Original line number Diff line number Diff line
@@ -445,7 +445,6 @@ static void accumulate2dArrayToBuffer(
    float *writePtr;

    writePtr = buffer->data;
    for ( chnlIdx = 0; chnlIdx < buffer->config.numChannels; ++chnlIdx )
    for ( chnlIdx = 0; chnlIdx < buffer->config.numChannels; ++chnlIdx )
    {
        for ( smplIdx = 0; smplIdx < buffer->config.numSamplesPerChannel; ++smplIdx )