From: Edin Kadribasic Date: Wed, 7 Apr 2004 22:31:29 +0000 (+0000) Subject: Merged wrongly s/#ifdef/#if/ X-Git-Tag: php-4.3.6RC3~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cf3d459815dd87ee96187b726d86cb14bb9129d1;p=php Merged wrongly s/#ifdef/#if/ --- 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); }