Commit 35a04ccf authored by Max Kellermann's avatar Max Kellermann

tag_pool: make "slots" static

The variable is private.
parent f711198a
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment