summaryrefslogtreecommitdiff
path: root/src/html-error.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/html-error.c')
-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 47e4275..6037ae6 100644
--- a/src/html-error.c
+++ b/src/html-error.c
@@ -172,7 +172,7 @@ send_html_file (FILE * infile, struct conn_s *connptr)
}
int
-send_http_headers (struct conn_s *connptr, int code, char *message)
+send_http_headers (struct conn_s *connptr, int code, const char *message)
{
char *headers =
"HTTP/1.0 %d %s\r\n"