Commit 6191429b authored by Wayne Davison's avatar Wayne Davison

Added a missing "void" to the arg-spec of setup_iconv().

parent 89b76bac
...@@ -71,7 +71,7 @@ static const char *default_charset(void) ...@@ -71,7 +71,7 @@ static const char *default_charset(void)
# endif # endif
} }
void setup_iconv() void setup_iconv(void)
{ {
const char *defset = default_charset(); const char *defset = default_charset();
# ifdef ICONV_OPTION # ifdef ICONV_OPTION
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment