tag_pool: make "slots" static

The variable is private.
This commit is contained in:
Max Kellermann 2009-03-14 14:38:48 +01:00
parent f711198ab3
commit 35a04ccf07

View File

@ -31,7 +31,7 @@ struct slot {
struct tag_item item;
} mpd_packed;
struct slot *slots[NUM_SLOTS];
static struct slot *slots[NUM_SLOTS];
static inline unsigned
calc_hash_n(enum tag_type type, const char *p, size_t length)