Fix warnings

This commit is contained in:
TingPing
2013-11-22 16:25:34 -05:00
parent 9772eae568
commit a656cee382
2 changed files with 3 additions and 3 deletions

View File

@@ -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);