1
0
mirror of https://github.com/rkd77/elinks.git synced 2025-01-03 14:57:44 -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 { struct language {
char *name; char *name;
char *iso639; const char *iso639;
}; };
extern struct language languages[]; extern struct language languages[];