]> granicus.if.org Git - php/commitdiff
Merged wrongly s/#ifdef/#if/
authorEdin Kadribasic <edink@php.net>
Wed, 7 Apr 2004 22:31:29 +0000 (22:31 +0000)
committerEdin Kadribasic <edink@php.net>
Wed, 7 Apr 2004 22:31:29 +0000 (22:31 +0000)
ext/gd/gd.c

index 046e08451ab703cb8d408ee0facbcf55c87fe362..f37dc86eab6b843d4f84f6907d9150cdd6440212 100644 (file)
@@ -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);
        }