From a86179f42976df985508d9166591eb75d8142476 Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Tue, 9 Apr 2002 05:32:52 +0000 Subject: [PATCH] Fix type error. --- io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1