Typo.
This commit is contained in:
parent
b4f87952bf
commit
e4d85a6557
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@
|
|||
# define bind_textdomain_codeset(Domainname, Codeset) ((const char *) (Codeset))
|
||||
|
||||
# define _(Text) Text
|
||||
# define setlocale(Category, Locale) ((chonst char *) (Locale))
|
||||
# define setlocale(Category, Locale) ((const char *) (Locale))
|
||||
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue