No functional changes. Fixed coding style violation. Pointed by korli. Thanx!
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40328 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
a4f1824882
commit
8f621df7f5
@ -109,7 +109,7 @@ Mixer::_ReadSupportedFormats()
|
||||
fOutputRates |= caps[i].fRate;
|
||||
}
|
||||
|
||||
if(fOutputRates == 0) {
|
||||
if (fOutputRates == 0) {
|
||||
ERROR("Output rates are not guessed. Force to 48 kHz.\n");
|
||||
fOutputRates = B_SR_48000;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user