summaryrefslogtreecommitdiff
path: root/amiga/font_cache.c
diff options
context:
space:
mode:
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);
}