From 46617cbe646b2f864e98c808e42d1a43054794ce Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sun, 31 Oct 2010 13:27:31 +0000 Subject: Fix compilation svn path=/trunk/netsurf/; revision=10929 --- content/content.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content') diff --git a/content/content.c b/content/content.c index 36b39b3ca..040679d7e 100644 --- a/content/content.c +++ b/content/content.c @@ -383,7 +383,7 @@ static const struct handler_entry handler_map[] = { 0, webp_destroy, 0, 0, 0, webp_redraw, 0, 0, 0, webp_clone, false}, #endif -#ifdef WITH_WEBP +#ifdef WITH_AMIGA_ICON {0, 0, amiga_icon_convert, 0, amiga_icon_destroy, 0, 0, 0, amiga_icon_redraw, 0, 0, 0, amiga_icon_clone, false}, -- cgit v1.2.3