Skip to content

Commit 8574c0a

Browse files
committed
fix comment
1 parent 5fc6974 commit 8574c0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/gd/gd.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2440,7 +2440,7 @@ PHP_FUNCTION(imagecreatefromwebp)
24402440
_php_image_create_from(INTERNAL_FUNCTION_PARAM_PASSTHRU, PHP_GDIMG_TYPE_WEBP, "WEBP", gdImageCreateFromWebp, gdImageCreateFromWebpCtx);
24412441
}
24422442
/* }}} */
2443-
#endif /* HAVE_GD_VPX */
2443+
#endif /* HAVE_GD_WEBP */
24442444

24452445
/* {{{ proto resource imagecreatefromxbm(string filename)
24462446
Create a new image from XBM file or URL */

0 commit comments

Comments
 (0)