summaryrefslogtreecommitdiff
path: root/amiga/filetype.c
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2015-02-22 16:08:13 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2015-02-22 16:08:13 +0000
commit33d16e170e6a75d81a188afb35bb5e3517a410e9 (patch)
tree05ced992e3f047e3f63f5bba5d6bc08914119730 /amiga/filetype.c
parent20630d799194954c53cd976f7de848a3cf47e297 (diff)
parent8b82e926fde72b4f1becb04f12335cacc280c592 (diff)
downloadnetsurf-33d16e170e6a75d81a188afb35bb5e3517a410e9.tar.gz
netsurf-33d16e170e6a75d81a188afb35bb5e3517a410e9.tar.bz2
Merge branch 'master' of git://git.netsurf-browser.org/netsurf into chris/bitmap-fonts
Diffstat (limited to 'amiga/filetype.c')
-rw-r--r--amiga/filetype.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/amiga/filetype.c b/amiga/filetype.c
index b37ebe58d..aa3e29620 100644
--- a/amiga/filetype.c
+++ b/amiga/filetype.c
@@ -176,6 +176,8 @@ nserror ami_mime_init(const char *mimefile)
struct nsObject *node;
struct ami_mime_entry *mimeentry;
+ LOG(("mimetypes file: %s", mimefile));
+
if(ami_mime_list == NULL)
ami_mime_list = NewObjList();