From: Martin Pool Date: Tue, 9 Apr 2002 05:32:52 +0000 (+0000) Subject: Fix type error. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/a86179f42976df985508d9166591eb75d8142476 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