Skip to content

Commit a1daebe

Browse files
committed
- Fix extern declaration according to definition
1 parent 420068c commit a1daebe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/gd/php_gd.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161

6262
PHPAPI extern const char php_sig_gif[3];
6363
PHPAPI extern const char php_sig_jpg[3];
64-
PHPAPI extern const char php_sig_png[3];
64+
PHPAPI extern const char php_sig_png[8];
6565

6666
extern zend_module_entry gd_module_entry;
6767
#define phpext_gd_ptr &gd_module_entry

0 commit comments

Comments
 (0)