diff options
author | Nuno Lopes <nlopess@php.net> | 2007-01-06 20:44:51 +0000 |
---|---|---|
committer | Nuno Lopes <nlopess@php.net> | 2007-01-06 20:44:51 +0000 |
commit | a431a09f47fde8828245a49342c1122ccbfaeeb5 (patch) | |
tree | 094b0686d4f6deb0df2c0bf032acf7a7e8e21933 /main/php_logos.c | |
parent | 3eaf46af3e2b0027bb94cc05fb2f4154311df1c7 (diff) | |
download | php-git-a431a09f47fde8828245a49342c1122ccbfaeeb5.tar.gz |
MFH
Diffstat (limited to 'main/php_logos.c')
-rw-r--r-- | main/php_logos.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/php_logos.c b/main/php_logos.c index 298babc5f8..3c1f199e6f 100644 --- a/main/php_logos.c +++ b/main/php_logos.c @@ -31,7 +31,7 @@ typedef struct _php_info_logo { int size; } php_info_logo; -HashTable phpinfo_logo_hash; +static HashTable phpinfo_logo_hash; PHPAPI int php_register_info_logo(char *logo_string, const char *mimetype, const unsigned char *data, int size) { |