]> granicus.if.org Git - php/commitdiff
fixed type
authorHarald Radi <phanto@php.net>
Thu, 11 Apr 2002 20:35:49 +0000 (20:35 +0000)
committerHarald Radi <phanto@php.net>
Thu, 11 Apr 2002 20:35:49 +0000 (20:35 +0000)
ext/gd/gd.c

index 1709c68ade1e4e19b473cfe2c82cb67071f8673f..6cfd3b5950f75a8a9f33219941edd1cacce9782c 100644 (file)
@@ -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);