chiark / gitweb /
tests: add tests for environment serialization
[elogind.git] / src / basic / locale-util.c
index 8134f61a73fef98d806166863af5c2b4944baa8b..ada0a28cd8423d84ec628422a3c9a4622dd83dd3 100644 (file)
@@ -273,7 +273,7 @@ out:
 
 const char *special_glyph(SpecialGlyph code) {
 
-        static const char *draw_table[2][_SPECIAL_GLYPH_MAX] = {
+        static const char* const draw_table[2][_SPECIAL_GLYPH_MAX] = {
                 /* ASCII fallback */
                 [false] = {
                         [TREE_VERTICAL]      = "| ",