html: list counter style: Constify {pre|post}fix memebers.

This commit is contained in:
Michael Drake 2021-02-02 15:06:04 +00:00
parent 87b5fd1bcc
commit 3b57deb046
1 changed files with 2 additions and 2 deletions

View File

@ -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 */