aboutsummaryrefslogtreecommitdiffstats
path: root/src/tag_pool.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tag_pool.c')
-rw-r--r--src/tag_pool.c2
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)