From ec2e2f37703e1da4bb097c27ae5e7f1fa368624b Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Fri, 21 Apr 2023 16:12:43 +0100 Subject: [PATCH] Missing const in configure() documentation. Commit de67801b0fd3dfa changed the 'name' field from char * to const char *, but didn't update the docs to match. Better late than never. --- devel.but | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel.but b/devel.but index 96171e5..48a4b1e 100644 --- a/devel.but +++ b/devel.but @@ -581,7 +581,7 @@ return the updated array to \cw{custom_params()} (see The \cw{config_item} structure contains the following elements: -\c char *name; +\c const char *name; \c int type; \c union { /* type-specific fields */ } u; \e iiiiiiiiiiiiiiiiiiiiiiiiii