From 9bf8cf0e5a51cbb4e23f732cbb540cc55e6716c5 Mon Sep 17 00:00:00 2001 From: Andrew Borodin Date: Mon, 11 Apr 2011 12:29:42 +0400 Subject: [PATCH] (str_choose_str_functions): small fix. Signed-off-by: Andrew Borodin --- lib/strutil/strutil.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/strutil/strutil.c b/lib/strutil/strutil.c index c4089143b..0d3a9bf1b 100644 --- a/lib/strutil/strutil.c +++ b/lib/strutil/strutil.c @@ -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)) { -- 2.11.4.GIT