From 24159cac39d0a13cbd8c1ed23e5f170e75a8aa94 Mon Sep 17 00:00:00 2001 From: Jason Felds Date: Sun, 20 Feb 2011 12:23:50 -0500 Subject: [PATCH] Doc error. --- src/RageSoundReader_Resample_Good.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }