mirror of https://github.com/MidnightCommander/mc
(str_choose_str_functions): small fix.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
d92a2a4fd6
commit
291abae262
|
@ -338,7 +338,7 @@ str_test_encoding_class (const char *encoding, const char **table)
|
|||
}
|
||||
|
||||
static void
|
||||
str_choose_str_functions ()
|
||||
str_choose_str_functions (void)
|
||||
{
|
||||
if (str_test_encoding_class (codeset, str_utf8_encodings))
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue