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 09116a6..47e4275 100644
--- a/src/html-error.c
+++ b/src/html-error.c
@@ -229,7 +229,7 @@ send_http_error_message (struct conn_s *connptr)
#define ERRVAR_BUCKETCOUNT 16
int
-add_error_variable (struct conn_s *connptr, char *key, char *val)
+add_error_variable (struct conn_s *connptr, const char *key, const char *val)
{
if (!connptr->error_variables)
if (!(connptr->error_variables = hashmap_create (ERRVAR_BUCKETCOUNT)))