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-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/6191429b509f0bb055a27f44a30b6b0711c4a82d?ds=sidebyside 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