From 3b57deb046a35a8e88fb0db672adf9aac6899aea Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Tue, 2 Feb 2021 15:06:04 +0000 Subject: html: list counter style: Constify {pre|post}fix memebers. --- content/handlers/html/list_counter_style.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/handlers/html/list_counter_style.c b/content/handlers/html/list_counter_style.c index fc54c6c3f..e864c9b52 100644 --- a/content/handlers/html/list_counter_style.c +++ b/content/handlers/html/list_counter_style.c @@ -41,8 +41,8 @@ struct list_counter_style { const unsigned int length; const symbol_t value; } pad; - symbol_t prefix; - symbol_t postfix; + const symbol_t prefix; + const symbol_t postfix; const symbol_t *symbols; /**< array of symbols which represent this style */ const int *weights; /**< symbol weights for additive schemes */ const size_t items; /**< items in symbol and weight table */ -- cgit v1.2.3