(str_choose_str_functions): small fix.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
Andrew Borodin 2011-04-11 12:29:42 +04:00
parent d92a2a4fd6
commit 291abae262
1 changed files with 1 additions and 1 deletions

View File

@ -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))
{