diff --git a/src/RageSoundReader_Resample_Good.h b/src/RageSoundReader_Resample_Good.h index 76dbee9243..c24dc77dcf 100644 --- a/src/RageSoundReader_Resample_Good.h +++ b/src/RageSoundReader_Resample_Good.h @@ -29,7 +29,7 @@ public: /** * @brief Retrieve the exact rate. - * @param the exact rate. */ + * @return the exact rate. */ float GetRate() const; int GetSampleRate() const { return m_iSampleRate; }