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.
This commit is contained in:
Simon Tatham
2023-04-21 16:12:43 +01:00
parent 20606f0fea
commit ec2e2f3770

View File

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