From af0f857c01b2a349939a41cf77e778c9fbd5447d Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Sat, 18 Jul 2015 18:28:42 +0200 Subject: [PATCH] fix comment --- 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 7eaa9552d4..3f3c629dac 100644 --- a/ext/gd/gd.c +++ b/ext/gd/gd.c @@ -2440,7 +2440,7 @@ PHP_FUNCTION(imagecreatefromwebp) _php_image_create_from(INTERNAL_FUNCTION_PARAM_PASSTHRU, PHP_GDIMG_TYPE_WEBP, "WEBP", gdImageCreateFromWebp, gdImageCreateFromWebpCtx); } /* }}} */ -#endif /* HAVE_GD_VPX */ +#endif /* HAVE_GD_WEBP */ /* {{{ proto resource imagecreatefromxbm(string filename) Create a new image from XBM file or URL */ -- 2.50.1