mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
[gettext] const
This commit is contained in:
parent
8336e242a1
commit
b1a368fe76
@ -179,7 +179,7 @@ n_(char *msg1, char *msg2, unsigned long int n, struct terminal *term)
|
||||
|
||||
struct language {
|
||||
char *name;
|
||||
char *iso639;
|
||||
const char *iso639;
|
||||
};
|
||||
|
||||
extern struct language languages[];
|
||||
|
Loading…
Reference in New Issue
Block a user