summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarald Radi <phanto@php.net>2002-04-11 20:40:19 +0000
committerHarald Radi <phanto@php.net>2002-04-11 20:40:19 +0000
commit6c82fcf7c93f6b032a93c5aeda3ebb00cba7892f (patch)
tree9a33740c964c8be61919a48b08ff90ca6700d50a
parent59166f733daef64e09bccbddf44acc2515a2a94b (diff)
downloadphp-git-6c82fcf7c93f6b032a93c5aeda3ebb00cba7892f.tar.gz
fixed typo
-rw-r--r--ext/gd/gd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/gd/gd.c b/ext/gd/gd.c
index fad4d33eca..ca8a6f2119 100644
--- a/ext/gd/gd.c
+++ b/ext/gd/gd.c
@@ -973,7 +973,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);