mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-12-17 00:38:59 +00:00
netsurf: use const char w/ parser wrapper
This commit is contained in:
2
vendor/netsurf/wrapper/wrapper.c
vendored
2
vendor/netsurf/wrapper/wrapper.c
vendored
@@ -10,7 +10,7 @@
|
||||
* \param string The HTML string
|
||||
* \return pointer to DOM document, or NULL on error
|
||||
*/
|
||||
dom_document *wr_create_doc_dom_from_string(char *html)
|
||||
dom_document *wr_create_doc_dom_from_string(const char *html)
|
||||
{
|
||||
dom_hubbub_parser *parser = NULL;
|
||||
dom_hubbub_error error;
|
||||
|
||||
Reference in New Issue
Block a user