aboutsummaryrefslogtreecommitdiff
path: root/devel.but
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2023-04-21 16:12:43 +0100
committerSimon Tatham <anakin@pobox.com>2023-04-21 16:18:04 +0100
commitec2e2f37703e1da4bb097c27ae5e7f1fa368624b (patch)
tree335c67d053870423f9f1714f49d23d9f1e552814 /devel.but
parent20606f0fea14fecae55efa7fef4314a2f999ddc3 (diff)
downloadpuzzles-ec2e2f37703e1da4bb097c27ae5e7f1fa368624b.zip
puzzles-ec2e2f37703e1da4bb097c27ae5e7f1fa368624b.tar.gz
puzzles-ec2e2f37703e1da4bb097c27ae5e7f1fa368624b.tar.bz2
puzzles-ec2e2f37703e1da4bb097c27ae5e7f1fa368624b.tar.xz
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.
Diffstat (limited to 'devel.but')
-rw-r--r--devel.but2
1 files changed, 1 insertions, 1 deletions
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