summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/html-error.c2
1 files changed, 1 insertions, 1 deletions
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 =
"<?xml version=\"1.0\" encoding=\"UTF-8\" ?>\n"
"<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.1//EN\" "
"\"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd\">\n"