about summary refs log tree commit diff
path: root/locale/programs/charmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'locale/programs/charmap.h')
-rw-r--r--locale/programs/charmap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/locale/programs/charmap.h b/locale/programs/charmap.h
index 870a9e9577..70db330d29 100644
--- a/locale/programs/charmap.h
+++ b/locale/programs/charmap.h
@@ -60,7 +60,7 @@ struct charseq
   const char *name;
   uint32_t ucs4;
   int nbytes;
-  unsigned char bytes[0];
+  unsigned char bytes[];
 };