Code

use g_ascii_isspace() instead of IS_WHITESPACE()
[ncmpc.git] / src / str_pool.c
index 74839b59d453488cbffb6bad5bf1cfd3c596db3b..3313b3c50fd8e6834cf707010414511169bff089 100644 (file)
@@ -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)