mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-23 12:36:51 +03:00
Tidy some comments.
This commit is contained in:
parent
da557af967
commit
ec7e1f71c4
@ -356,10 +356,7 @@ static nserror hotlist_load_entry(dom_node *li, hotlist_load_ctx *ctx)
|
||||
return NSERROR_NOMEM;
|
||||
}
|
||||
|
||||
/* We're loading external input.
|
||||
* This may be garbage, so attempt to normalise via nsurl
|
||||
*/
|
||||
|
||||
/* Need to get URL as a nsurl object */
|
||||
err = nsurl_create(dom_string_data(url1), &url);
|
||||
dom_string_unref(url1);
|
||||
|
||||
@ -373,6 +370,7 @@ static nserror hotlist_load_entry(dom_node *li, hotlist_load_ctx *ctx)
|
||||
return err;
|
||||
}
|
||||
|
||||
/* Get the URL data */
|
||||
data = urldb_get_url_data(url);
|
||||
if (data == NULL) {
|
||||
/* No entry in database, so add one */
|
||||
|
Loading…
Reference in New Issue
Block a user