From: Wayne Davison Date: Sun, 23 Sep 2007 01:18:03 +0000 (+0000) Subject: Added a missing "void" to the arg-spec of setup_iconv(). X-Git-Tag: v3.0.0pre1~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6191429b509f0bb055a27f44a30b6b0711c4a82d;p=thirdparty%2Frsync.git Added a missing "void" to the arg-spec of setup_iconv(). --- diff --git a/rsync.c b/rsync.c index d22e4dfd..d9179314 100644 --- 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