1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00

[gettext] const

This commit is contained in:
Witold Filipczyk 2022-02-25 20:41:11 +01:00
parent 8336e242a1
commit b1a368fe76

View File

@ -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[];