diff options
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) { |
