diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/tag_pool.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tag_pool.c b/src/tag_pool.c index 876a03d82..7224db725 100644 --- a/src/tag_pool.c +++ b/src/tag_pool.c @@ -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) |