summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2010-10-31 13:27:31 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2010-10-31 13:27:31 +0000
commit46617cbe646b2f864e98c808e42d1a43054794ce (patch)
tree8371f78ec226ec34a140af600746f2a01929f209 /content
parent001b401890af4e75013f1154af7861efb130f659 (diff)
downloadnetsurf-46617cbe646b2f864e98c808e42d1a43054794ce.tar.gz
netsurf-46617cbe646b2f864e98c808e42d1a43054794ce.tar.bz2
Fix compilation
svn path=/trunk/netsurf/; revision=10929
Diffstat (limited to 'content')
-rw-r--r--content/content.c2
1 files changed, 1 insertions, 1 deletions
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},