From ddeadd1c02880367ad786b113d352a519f45ec73 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Thu, 23 Jul 2009 23:05:34 +0000 Subject: Merge LibCSS port to trunk. svn path=/trunk/netsurf/; revision=8752 --- image/ico.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'image/ico.c') diff --git a/image/ico.c b/image/ico.c index dc687a0e3..5416e612a 100644 --- a/image/ico.c +++ b/image/ico.c @@ -37,7 +37,8 @@ #include "utils/messages.h" #include "utils/utils.h" -bool nsico_create(struct content *c, const char *params[]) +bool nsico_create(struct content *c, struct content *parent, + const char *params[]) { union content_msg_data msg_data; c->data.ico.ico = calloc(sizeof(ico_collection), 1); -- cgit v1.2.3