From a1daebefda6b481450e3b9ec7461609a09e4f578 Mon Sep 17 00:00:00 2001 From: Felipe Pena Date: Sun, 20 Oct 2013 01:16:07 -0200 Subject: - Fix extern declaration according to definition --- ext/gd/php_gd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/gd/php_gd.h b/ext/gd/php_gd.h index 45193768ea..70bc85a08b 100644 --- a/ext/gd/php_gd.h +++ b/ext/gd/php_gd.h @@ -61,7 +61,7 @@ PHPAPI extern const char php_sig_gif[3]; PHPAPI extern const char php_sig_jpg[3]; -PHPAPI extern const char php_sig_png[3]; +PHPAPI extern const char php_sig_png[8]; extern zend_module_entry gd_module_entry; #define phpext_gd_ptr &gd_module_entry -- cgit v1.2.1