Author: jmb
Date: Thu Dec 28 00:36:37 2006
New Revision: 3123
URL:
http://svn.semichrome.net?rev=3123&view=rev
Log:
Fix typo.
Default type -> text/plain
Modified:
trunk/netsurf/content/fetch.c
trunk/netsurf/content/urldb.c
Modified: trunk/netsurf/content/fetch.c
URL:
http://svn.semichrome.net/trunk/netsurf/content/fetch.c?rev=3123&r1=3...
==============================================================================
--- trunk/netsurf/content/fetch.c (original)
+++ trunk/netsurf/content/fetch.c Thu Dec 28 00:36:37 2006
@@ -1302,7 +1302,7 @@
}
if (type == 0) {
- type = "text/html";
+ type = "text/plain";
if (url_path) {
type = fetch_filetype(url_path);
}
Modified: trunk/netsurf/content/urldb.c
URL:
http://svn.semichrome.net/trunk/netsurf/content/urldb.c?rev=3123&r1=3...
==============================================================================
--- trunk/netsurf/content/urldb.c (original)
+++ trunk/netsurf/content/urldb.c Thu Dec 28 00:36:37 2006
@@ -3497,7 +3497,7 @@
/* Root path */
urldb_destroy_path_node_content(&root->paths);
- /* An ourselves */
+ /* And ourselves */
free(root->part);
free(root);
}