diff --git a/src/common/SoundSDL2.cxx b/src/common/SoundSDL2.cxx index 40558b826..80a3511d0 100644 --- a/src/common/SoundSDL2.cxx +++ b/src/common/SoundSDL2.cxx @@ -249,7 +249,7 @@ string SoundSDL2::about() const break; } buf << " Fragment size: " << uInt32(myHardwareSpec.samples) << " bytes" << endl - << " Sample rate: " << uInt32(myHardwareSpec.freq) << "Hz" << endl; + << " Sample rate: " << uInt32(myHardwareSpec.freq) << " Hz" << endl; buf << " Resampling: "; switch(myAudioSettings.resamplingQuality()) {