From 8dc6530c67f74481397f7afdc76aba5b2fd6d2c4 Mon Sep 17 00:00:00 2001 From: Harald Radi Date: Thu, 11 Apr 2002 20:35:49 +0000 Subject: [PATCH] fixed type --- 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 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); -- 2.40.0