diff options
Diffstat (limited to 'src/nvim/option.c')
-rw-r--r-- | src/nvim/option.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/option.c b/src/nvim/option.c index 2306bc89ab..8b12a6f2a1 100644 --- a/src/nvim/option.c +++ b/src/nvim/option.c @@ -2039,7 +2039,7 @@ void set_init_1(void) } /* Set the default for 'helplang'. */ - set_helplang_default((char *)get_mess_lang()); + set_helplang_default(get_mess_lang()); } /* |