mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-23 20:46:50 +03:00
Fix comment
svn path=/trunk/netsurf/; revision=11798
This commit is contained in:
parent
d9280e8d72
commit
021d3afd3e
@ -1255,7 +1255,7 @@ url_func_result url_get_components(const char *url,
|
|||||||
* See RFC 3986 for reference.
|
* See RFC 3986 for reference.
|
||||||
*
|
*
|
||||||
* \param components the components to reform into a URL
|
* \param components the components to reform into a URL
|
||||||
* \return a new URL allocated on the stack, or NULL on failure
|
* \return a new URL allocated on the heap, or NULL on failure
|
||||||
*/
|
*/
|
||||||
|
|
||||||
char *url_reform_components(const struct url_components *components)
|
char *url_reform_components(const struct url_components *components)
|
||||||
|
Loading…
Reference in New Issue
Block a user