diff options
Diffstat (limited to 'src/charConv.c')
-rw-r--r-- | src/charConv.c | 2 |
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); |