mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-28 09:13:08 +03:00
Fix typo.
Default type -> text/plain svn path=/trunk/netsurf/; revision=3123
This commit is contained in:
parent
367c2aea88
commit
abcce3dfe7
@ -1302,7 +1302,7 @@ bool fetch_process_headers(struct fetch *f)
|
||||
}
|
||||
|
||||
if (type == 0) {
|
||||
type = "text/html";
|
||||
type = "text/plain";
|
||||
if (url_path) {
|
||||
type = fetch_filetype(url_path);
|
||||
}
|
||||
|
@ -3497,7 +3497,7 @@ void urldb_destroy_host_tree(struct host_part *root)
|
||||
/* Root path */
|
||||
urldb_destroy_path_node_content(&root->paths);
|
||||
|
||||
/* An ourselves */
|
||||
/* And ourselves */
|
||||
free(root->part);
|
||||
free(root);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user