1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-27 02:56:18 -04:00

[help] compilation fix

This commit is contained in:
Witold Filipczyk 2021-12-20 17:00:16 +01:00
parent 88aa2f9e0e
commit 12d4f4fcf0

View File

@ -585,6 +585,9 @@ print_full_help_inner(struct option *tree, char *path,
#ifdef CONFIG_NLS
printf(gettext("(default: \"%s\")"),
language_to_name(option->value.number));
#else
printf(gettext("(default: \"%s\")"),
"System");
#endif
break;