Skip to content

Commit 6c82fcf

Browse files
author
Harald Radi
committed
fixed typo
1 parent 59166f7 commit 6c82fcf

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
@@ -973,7 +973,7 @@ static int _php_image_type (char data[8])
973973
}
974974
else if (!memcmp(data, php_sig_gif, 3))
975975
return PHP_GDIMG_TYPE_GIF;
976-
#ifdef HAVE_GD_WMBP
976+
#ifdef HAVE_GD_WBMP
977977
else {
978978
gdIOCtx *io_ctx;
979979
io_ctx = gdNewDynamicCtx (8, data);

0 commit comments

Comments
 (0)