From: Felipe Pena Date: Sun, 20 Oct 2013 03:16:07 +0000 (-0200) Subject: - Fix extern declaration according to definition X-Git-Tag: php-5.5.6RC1~5^2~23^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a1daebefda6b481450e3b9ec7461609a09e4f578;p=php - Fix extern declaration according to definition --- 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