]> granicus.if.org Git - php/commitdiff
oops. Copy-paste-magic. :)
authorfoobar <sniper@php.net>
Tue, 7 Aug 2001 16:27:29 +0000 (16:27 +0000)
committerfoobar <sniper@php.net>
Tue, 7 Aug 2001 16:27:29 +0000 (16:27 +0000)
ext/gd/php_gd.h

index 94b7cfd57065e898ee0c534d466a2d8646c178c0..416a45b3af65e1bd816aa7892f169ec5fcd4babf 100644 (file)
@@ -56,7 +56,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 const char php_sig_gd2[3] = {'g', 'd', '2'};
+PHPAPI extern const char php_sig_gd2[3] = {'g', 'd', '2'};
 
 extern zend_module_entry gd_module_entry;
 #define phpext_gd_ptr &gd_module_entry