From c2529ab4053c4ddeef385f1786cce92b0dee98d7 Mon Sep 17 00:00:00 2001 From: Pavel Charvat Date: Tue, 25 Jul 2006 09:39:43 +0200 Subject: [PATCH] debug customization compiles image-tool --- images/io-main.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/images/io-main.c b/images/io-main.c index 583a0fbe..a930450f 100644 --- a/images/io-main.c +++ b/images/io-main.c @@ -135,9 +135,7 @@ image_io_read_data(struct image_io *io, int ref) break; case IMAGE_FORMAT_GIF: -#if defined(CONFIG_LIBUNGIF) - result = libungif_read_data(io); -#elif defined(CONFIG_LIBMAGICK) +#if defined(CONFIG_LIBMAGICK) result = libmagick_read_data(io); #else ASSERT(0); -- 2.39.2