summaryrefslogtreecommitdiff
path: root/src/mhd/mhd_legal.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-03-01 13:44:13 +0100
committerChristian Grothoff <christian@grothoff.org>2020-03-01 13:44:13 +0100
commit440c3dc1f008a012edb57e49c37af4327ac69536 (patch)
treefcfe50e0893bcdf83e05c7a79a71d409d54f4ec9 /src/mhd/mhd_legal.c
parentf457e1332d5963b661741cff8ce2068fa83f5224 (diff)
downloadexchange-440c3dc1f008a012edb57e49c37af4327ac69536.tar.gz
exchange-440c3dc1f008a012edb57e49c37af4327ac69536.tar.bz2
exchange-440c3dc1f008a012edb57e49c37af4327ac69536.zip
fix missing NULL termination on array
Diffstat (limited to 'src/mhd/mhd_legal.c')
-rw-r--r--src/mhd/mhd_legal.c11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/mhd/mhd_legal.c b/src/mhd/mhd_legal.c
index 2ad1497c6..f99289a2f 100644
--- a/src/mhd/mhd_legal.c
+++ b/src/mhd/mhd_legal.c
@@ -148,8 +148,8 @@ language_matches (const char *language_pattern,
/**
- * Generate a response with a legal document in
- * the format and language of the user's choosing.
+ * Generate a response with a legal document in the format and language of the
+ * user's choosing.
*
* @param conn HTTP connection to handle
* @param legal legal document to serve
@@ -507,10 +507,9 @@ load_language (struct TALER_MHD_Legal *legal,
/**
- * Load set of legal documents as specified in
- * @a cfg in section @a section where the Etag
- * is given under the @param tagoption and the
- * directory under the @a diroption.
+ * Load set of legal documents as specified in @a cfg in section @a section
+ * where the Etag is given under the @param tagoption and the directory under
+ * the @a diroption.
*
* @param cfg configuration to use
* @param section section to load values from