aboutsummaryrefslogtreecommitdiff
path: root/src/mhd/mhd_legal.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mhd/mhd_legal.c')
-rw-r--r--src/mhd/mhd_legal.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mhd/mhd_legal.c b/src/mhd/mhd_legal.c
index 9b80bf41b..df2c3f308 100644
--- a/src/mhd/mhd_legal.c
+++ b/src/mhd/mhd_legal.c
@@ -191,8 +191,8 @@ TALER_MHD_reply_legal (struct MHD_Connection *conn,
/* Default terms of service if none are configured */
static struct Terms none = {
.mime_type = "text/plain",
- .terms = "not configured",
- .language = "en",
+ .terms = (void *) "not configured",
+ .language = (void *) "en",
.terms_size = strlen ("not configured")
};
struct MHD_Response *resp;