diff options
author | Christian Grothoff <christian@grothoff.org> | 2024-08-27 00:15:54 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-08-27 00:15:54 +0200 |
commit | 4521504d17fd2e37c9159b98aba131bd4b5b693f (patch) | |
tree | 684b83f534a646670ca9716938352e7f40b99901 /src/mhd | |
parent | 0b25fe9e91304f9b0be6acebba243481615b7907 (diff) |
-style fixes
Diffstat (limited to 'src/mhd')
-rw-r--r-- | src/mhd/mhd_legal.c | 4 |
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; |