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

index b64306d27de03507eed7aad163ea38227d01e2b1..464e7e472903eb748dd9f827316e3e29f2197a39 100644 (file)
@@ -999,7 +999,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);