small doc format change

This commit is contained in:
Tim Ruehsen 2014-06-23 12:56:13 +02:00
parent 7b3f4cf012
commit c9fd29a977
1 changed files with 2 additions and 1 deletions

View File

@ -849,7 +849,8 @@ int psl_is_cookie_domain_acceptable(const psl_ctx_t *psl, const char *hostname,
* This helper function converts a string to lowercase UTF-8 representation.
* Lowercase UTF-8 is needed as input to the domain checking functions.
*
* @lower is %NULL on error.
* @lower is set to %NULL on error.
*
* The return value 'lower' must be freed after usage.
*
* Returns: psl_error_t value.