summaryrefslogtreecommitdiff
path: root/amiga/font_cache.c
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2016-01-20 23:32:34 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2016-01-20 23:32:34 +0000
commit239f999936663c9832bc7569133e694c1ce72741 (patch)
tree87dba34352fd8a6f8924ea3bfddd67999c3e44c3 /amiga/font_cache.c
parent1724e2835028daf90de80b151ab8fd4c3064fd02 (diff)
parent750677795ba1ca41627edd68a4de24e0d6c07a20 (diff)
downloadnetsurf-239f999936663c9832bc7569133e694c1ce72741.tar.gz
netsurf-239f999936663c9832bc7569133e694c1ce72741.tar.bz2
Merge branch 'master' of git://git.netsurf-browser.org/netsurf
Diffstat (limited to 'amiga/font_cache.c')
-rw-r--r--amiga/font_cache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/amiga/font_cache.c b/amiga/font_cache.c
index b036f6334..e3f107dd8 100644
--- a/amiga/font_cache.c
+++ b/amiga/font_cache.c
@@ -171,7 +171,7 @@ void ami_font_cache_insert(struct ami_font_cache_node *nodedata, const char *fon
#ifndef __amigaos4__
struct nsObject *node = AddObject(ami_font_cache_list, AMINS_FONT);
if(node) {
- ObjectCallback(ami_font_bullet_close);
+ ObjectCallback(node, ami_font_bullet_close);
node->objstruct = nodedata;
node->dtz_Node.ln_Name = strdup(font);
}