From cf3d459815dd87ee96187b726d86cb14bb9129d1 Mon Sep 17 00:00:00 2001 From: Edin Kadribasic Date: Wed, 7 Apr 2004 22:31:29 +0000 Subject: [PATCH] Merged wrongly s/#ifdef/#if/ --- ext/gd/gd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/gd/gd.c b/ext/gd/gd.c index 046e08451a..f37dc86eab 100644 --- a/ext/gd/gd.c +++ b/ext/gd/gd.c @@ -3639,7 +3639,7 @@ static void _php_image_bw_convert( gdImagePtr im_org, gdIOCtx *out, int threshol return; } -#ifdef HAVE_LIBGD20 +#if HAVE_LIBGD20 if (im_org->trueColor) { gdImageTrueColorToPalette(im_org, 1, 256); } -- 2.50.1