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 4e4aa864a..870e6c3e2 100644 --- a/src/charConv.c +++ b/src/charConv.c @@ -41,7 +41,7 @@ mpd_sint8 char_conv_latin1ToUtf8 = 0; #define BUFFER_SIZE 1024 -static void closeCharSetConversion(); +static void closeCharSetConversion(void); int setCharSetConversion(char *to, char *from) { |