Doxygen: Fix instance of bad function comment syntax.

This commit is contained in:
Michael Drake 2016-07-24 12:21:23 +01:00
parent f9870c41f5
commit 90a260a2cc

View File

@ -46,7 +46,7 @@ nserror url_escape(const char *unescaped, size_t toskip, bool sptoplus,
* Convert an escaped string to plain.
*
* \param[in] str String to unescape.
* \parm[in] length Length of string or 0 to use strlen
* \param[in] length Length of string or 0 to use strlen
* \param[out] result unescaped string owned by caller must be freed with free()
* \return NSERROR_OK on success
*/