mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
[nls] compilation fix (-Dnls=false)
This commit is contained in:
parent
dc3b0f0393
commit
1e532d0731
@ -47,7 +47,7 @@ _(const char *msg, struct terminal *term)
|
||||
static inline char *
|
||||
n_(const char *msg1, const char *msg2, unsigned long int n, struct terminal *term)
|
||||
{
|
||||
return gettext_noop(msg1);
|
||||
return (char *)gettext_noop(msg1);
|
||||
}
|
||||
|
||||
static inline void
|
||||
|
Loading…
Reference in New Issue
Block a user