diff options
| author | Simon Tatham <anakin@pobox.com> | 2023-04-21 16:12:43 +0100 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2023-04-21 16:18:04 +0100 |
| commit | ec2e2f37703e1da4bb097c27ae5e7f1fa368624b (patch) | |
| tree | 335c67d053870423f9f1714f49d23d9f1e552814 /devel.but | |
| parent | 20606f0fea14fecae55efa7fef4314a2f999ddc3 (diff) | |
| download | puzzles-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.but | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |