Added a missing "void" to the arg-spec of setup_iconv().
[rsync/rsync.git] / rsync.c
diff --git a/rsync.c b/rsync.c
index d22e4df..d917931 100644 (file)
--- a/rsync.c
+++ b/rsync.c
@@ -71,7 +71,7 @@ static const char *default_charset(void)
 # endif
 }
 
-void setup_iconv()
+void setup_iconv(void)
 {
        const char *defset = default_charset();
 # ifdef ICONV_OPTION