From: Harald Radi Date: Thu, 11 Apr 2002 20:35:49 +0000 (+0000) Subject: fixed type X-Git-Tag: php-4.2.0RC3~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8dc6530c67f74481397f7afdc76aba5b2fd6d2c4;p=php fixed type --- diff --git a/ext/gd/gd.c b/ext/gd/gd.c index 1709c68ade..6cfd3b5950 100644 --- a/ext/gd/gd.c +++ b/ext/gd/gd.c @@ -1005,7 +1005,7 @@ static int _php_image_type (char data[8]) } else if (!memcmp(data, php_sig_gif, 3)) return PHP_GDIMG_TYPE_GIF; -#ifdef HAVE_GD_WMBP +#ifdef HAVE_GD_WBMP else { gdIOCtx *io_ctx; io_ctx = gdNewDynamicCtx (8, data);