Browse Source

(str_choose_str_functions): small fix.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
Andrew Borodin 14 years ago
parent
commit
9bf8cf0e5a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/strutil/strutil.c

+ 1 - 1
lib/strutil/strutil.c

@@ -338,7 +338,7 @@ str_test_encoding_class (const char *encoding, const char **table)
 }
 }
 
 
 static void
 static void
-str_choose_str_functions ()
+str_choose_str_functions (void)
 {
 {
     if (str_test_encoding_class (codeset, str_utf8_encodings))
     if (str_test_encoding_class (codeset, str_utf8_encodings))
     {
     {