Author: chris_y
Date: Sun Oct 31 08:27:31 2010
New Revision: 10929
URL:
http://source.netsurf-browser.org?rev=10929&view=rev
Log:
Fix compilation
Modified:
trunk/netsurf/content/content.c
Modified: trunk/netsurf/content/content.c
URL:
http://source.netsurf-browser.org/trunk/netsurf/content/content.c?rev=109...
==============================================================================
--- trunk/netsurf/content/content.c (original)
+++ trunk/netsurf/content/content.c Sun Oct 31 08:27:31 2010
@@ -383,7 +383,7 @@
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},