tag_pool: make "slots" static
The variable is private.
This commit is contained in:
parent
f711198ab3
commit
35a04ccf07
@ -31,7 +31,7 @@ struct slot {
|
|||||||
struct tag_item item;
|
struct tag_item item;
|
||||||
} mpd_packed;
|
} mpd_packed;
|
||||||
|
|
||||||
struct slot *slots[NUM_SLOTS];
|
static struct slot *slots[NUM_SLOTS];
|
||||||
|
|
||||||
static inline unsigned
|
static inline unsigned
|
||||||
calc_hash_n(enum tag_type type, const char *p, size_t length)
|
calc_hash_n(enum tag_type type, const char *p, size_t length)
|
||||||
|
Loading…
Reference in New Issue
Block a user