this obviously cannot be const, then. fix the build.

This commit is contained in:
Enno Rehling 2014-12-30 00:02:27 +01:00
parent 077a0aeeef
commit 89ce04a6c3
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ typedef struct locale_str {
} locale_str;
typedef struct locale {
const char *name;
char *name;
unsigned int index;
struct locale *next;
unsigned int hashkey;