mirror of
https://github.com/rkd77/elinks.git
synced 2025-01-03 14:57:44 -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 {
|
struct language {
|
||||||
char *name;
|
char *name;
|
||||||
char *iso639;
|
const char *iso639;
|
||||||
};
|
};
|
||||||
|
|
||||||
extern struct language languages[];
|
extern struct language languages[];
|
||||||
|
Loading…
Reference in New Issue
Block a user