Skip to content

Commit

Permalink
* Doxygen correction.
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkRain committed May 21, 2015
1 parent 02efe44 commit bfea044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/md5.cpp
Expand Up @@ -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)
Expand Down

0 comments on commit bfea044

Please sign in to comment.