cosmetic change

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3758 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
beveloper
2003-06-30 10:43:29 +00:00
parent fbd392018b
commit fcfad7f823
@@ -73,7 +73,7 @@ inline uint32 MixerOutput::GetOutputChannelSourceCount(int channel)
inline void MixerOutput::GetMixerChannelInfo(int channel, int index, int *type, float *gain)
{
ASSERT (channel >= 0 && channel < fOutputChannelCount);
ASSERT(channel >= 0 && channel < fOutputChannelCount);
ASSERT(index >= 0 && index < fOutputChannelInfo[channel].source_count);
*type = fOutputChannelInfo[channel].source_type[index];
*gain = fOutputChannelInfo[channel].source_gain[index];