missed a blank

This commit is contained in:
thrust26 2018-09-06 17:28:45 +02:00
parent 76e3e8305a
commit adc948d806
1 changed files with 1 additions and 1 deletions

View File

@ -249,7 +249,7 @@ string SoundSDL2::about() const
break; break;
} }
buf << " Fragment size: " << uInt32(myHardwareSpec.samples) << " bytes" << endl buf << " Fragment size: " << uInt32(myHardwareSpec.samples) << " bytes" << endl
<< " Sample rate: " << uInt32(myHardwareSpec.freq) << "Hz" << endl; << " Sample rate: " << uInt32(myHardwareSpec.freq) << " Hz" << endl;
buf << " Resampling: "; buf << " Resampling: ";
switch(myAudioSettings.resamplingQuality()) switch(myAudioSettings.resamplingQuality())
{ {