summaryrefslogtreecommitdiff
path: root/main/php_logos.c
diff options
context:
space:
mode:
authorNuno Lopes <nlopess@php.net>2007-01-06 20:44:51 +0000
committerNuno Lopes <nlopess@php.net>2007-01-06 20:44:51 +0000
commita431a09f47fde8828245a49342c1122ccbfaeeb5 (patch)
tree094b0686d4f6deb0df2c0bf032acf7a7e8e21933 /main/php_logos.c
parent3eaf46af3e2b0027bb94cc05fb2f4154311df1c7 (diff)
downloadphp-git-a431a09f47fde8828245a49342c1122ccbfaeeb5.tar.gz
MFH
Diffstat (limited to 'main/php_logos.c')
-rw-r--r--main/php_logos.c2
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)
{