1
1

(str_choose_str_functions): small fix.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
Этот коммит содержится в:
Andrew Borodin 2011-04-11 12:29:42 +04:00
родитель d92a2a4fd6
Коммит 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))
{