diff --git a/src/RageSoundManager.cpp b/src/RageSoundManager.cpp index 33e3b04cc3..6df4d40311 100644 --- a/src/RageSoundManager.cpp +++ b/src/RageSoundManager.cpp @@ -136,7 +136,7 @@ int RageSoundManager::GetDriverSampleRate() const return kFallbackSampleRate; // Returns the *actual* operating rate of the loaded driver - return m_pDriver->GetSampleRate(); + return m_pDriver->GetSampleRate(); } /* If the given path is loaded, return a copy; otherwise return nullptr.