aboutsummaryrefslogtreecommitdiffstats
path: root/src/charConv.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/charConv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/charConv.c b/src/charConv.c
index 68ea3e357..ee6796c58 100644
--- a/src/charConv.c
+++ b/src/charConv.c
@@ -135,7 +135,7 @@ char * convStrDup(char * string) {
return NULL;
}
-static void closeCharSetConversion() {
+static void closeCharSetConversion(void) {
if(char_conv_to) {
#ifdef HAVE_ICONV
if(char_conv_use_iconv) iconv_close(char_conv_iconv);