aboutsummaryrefslogtreecommitdiffstats
path: root/src/str_pool.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/str_pool.c')
-rw-r--r--src/str_pool.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/str_pool.c b/src/str_pool.c
index 74839b59d..3313b3c50 100644
--- a/src/str_pool.c
+++ b/src/str_pool.c
@@ -31,7 +31,7 @@ struct slot {
char value[1];
} __attribute__((packed));
-struct slot *slots[NUM_SLOTS];
+static struct slot *slots[NUM_SLOTS];
static inline unsigned
calc_hash(const char *p)