diff options
author | Felipe Pena <felipensp@gmail.com> | 2013-10-20 01:16:07 -0200 |
---|---|---|
committer | Felipe Pena <felipensp@gmail.com> | 2013-10-20 01:16:07 -0200 |
commit | a1daebefda6b481450e3b9ec7461609a09e4f578 (patch) | |
tree | aac82a2729db8178319d72336705edc23612564f | |
parent | 420068c6e1806a2b12be481abba1afec5d73d82e (diff) | |
download | php-git-a1daebefda6b481450e3b9ec7461609a09e4f578.tar.gz |
- Fix extern declaration according to definition
-rw-r--r-- | ext/gd/php_gd.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |