From bfea0446fba46cd599375c100855c38c8a9b017c Mon Sep 17 00:00:00 2001 From: DarkRain Date: Tue, 19 May 2015 22:45:54 -0500 Subject: [PATCH] * Doxygen correction. --- src/common/md5.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/md5.cpp b/src/common/md5.cpp index f0fc79e0e9f..90b99042a5d 100644 --- a/src/common/md5.cpp +++ b/src/common/md5.cpp @@ -294,7 +294,7 @@ const char* Com_MD5File (const char* fn, int length) /** * @brief Compute the md5sum of the given buffer * @param[in] buf Data to compute the md5 of - * @param[in] len Compute the md5 of the first 'length' bytes (if 0 - complete file) + * @param[in] len Buffer length in bytes * @return the md5 sum buffer (char*) */ const char* Com_MD5Buffer (const byte* buf, size_t len)