Commit 297805c8 authored by Tapani Pihlajakuja's avatar Tapani Pihlajakuja
Browse files

Fix missing curly brace.

parent 8994eafd
Loading
Loading
Loading
Loading
Loading
+836 −835
Original line number Diff line number Diff line
@@ -1640,6 +1640,7 @@ void protoSignalComputation2(
                {
                    p_proto_buffer[2 * num_freq_bands + 2 * l] = interpolatorSpaced * p_proto_buffer[2 * l] + interpolatorDmx * ( RealBuffer[0][0][l] - RealBuffer[1][0][l] );
                    p_proto_buffer[2 * num_freq_bands + 2 * l + 1] = interpolatorSpaced * p_proto_buffer[2 * l + 1] + interpolatorDmx * ( ImagBuffer[0][0][l] - ImagBuffer[1][0][l] );
                }
#else
                if ( ( stereo_type_detect->type_change_direction == MASA_STEREO_SPACED_MICS && stereo_type_detect->current_stereo_type == MASA_STEREO_DOWNMIX ) ||
                     ( stereo_type_detect->type_change_direction == MASA_STEREO_DOWNMIX && stereo_type_detect->current_stereo_type == MASA_STEREO_SPACED_MICS ) )