From 76dadf47d3ddf406162b7956f0dc64ba26e2b993 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Fri, 7 Aug 2009 08:51:35 +0200 Subject: make a const string const in send_http_error_message(). Michael --- src/html-error.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/html-error.c b/src/html-error.c index 692ff8d..2b32a84 100644 --- a/src/html-error.c +++ b/src/html-error.c @@ -192,7 +192,7 @@ send_http_error_message (struct conn_s *connptr) char *error_file; FILE *infile; int ret; - char *fallback_error = + const char *fallback_error = "\n" "\n" -- cgit v1.2.3