From: Martin Pool Date: Tue, 9 Apr 2002 05:32:52 +0000 (+0000) Subject: Fix type error. X-Git-Tag: v2.5.6~164 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a86179f42976df985508d9166591eb75d8142476;p=thirdparty%2Frsync.git Fix type error. --- diff --git a/io.c b/io.c index 54bca895..4469c54a 100644 --- a/io.c +++ b/io.c @@ -52,7 +52,7 @@ extern int io_timeout; extern struct stats stats; -const char * const phase_unknown = "unknown"; +const char phase_unknown[] = "unknown"; /** * The connection might be dropped at some point; perhaps because the