Skip to content

Commit

Permalink
Merged wrongly s/#ifdef/#if/
Browse files Browse the repository at this point in the history
  • Loading branch information
edinkad committed Apr 7, 2004
1 parent fcfe6ff commit cf3d459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/gd/gd.c
Expand Up @@ -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);
}
Expand Down

0 comments on commit cf3d459

Please sign in to comment.