about summary refs log tree commit diff
path: root/locale
diff options
context:
space:
mode:
Diffstat (limited to 'locale')
-rw-r--r--locale/programs/repertoire.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/locale/programs/repertoire.c b/locale/programs/repertoire.c
index e7cf0bb9c4..a33ecc72cc 100644
--- a/locale/programs/repertoire.c
+++ b/locale/programs/repertoire.c
@@ -360,7 +360,7 @@ repertoire_compare (const void *p1, const void *p2)
 static const struct keyword_t *
 repertoiremap_hash (const char *str, unsigned int len)
 {
-  static const struct keyword_t wordlist[0] =
+  static const struct keyword_t wordlist[] =
   {
     {"escape_char",      tok_escape_char,     0},
     {"comment_char",     tok_comment_char,    0},