mirror of
https://github.com/rkd77/elinks.git
synced 2025-06-30 22:19:29 -04:00
[help] compilation fix
This commit is contained in:
parent
88aa2f9e0e
commit
12d4f4fcf0
@ -585,6 +585,9 @@ print_full_help_inner(struct option *tree, char *path,
|
|||||||
#ifdef CONFIG_NLS
|
#ifdef CONFIG_NLS
|
||||||
printf(gettext("(default: \"%s\")"),
|
printf(gettext("(default: \"%s\")"),
|
||||||
language_to_name(option->value.number));
|
language_to_name(option->value.number));
|
||||||
|
#else
|
||||||
|
printf(gettext("(default: \"%s\")"),
|
||||||
|
"System");
|
||||||
#endif
|
#endif
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user