summary refs log tree commit diff stats
path: root/src/common/cfgfiles.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/cfgfiles.h')
-rw-r--r--src/common/cfgfiles.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/cfgfiles.h b/src/common/cfgfiles.h
index 83db9656..79bc0582 100644
--- a/src/common/cfgfiles.h
+++ b/src/common/cfgfiles.h
@@ -27,7 +27,7 @@
 #define LANGUAGES_LENGTH 52
 
 extern char *xdir;
-extern const char const *languages[LANGUAGES_LENGTH];
+extern const char * const languages[LANGUAGES_LENGTH];
 
 char *cfg_get_str (char *cfg, const char *var, char *dest, int dest_len);
 int cfg_get_bool (char *var);