mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-20 23:51:29 -07:00
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:
@ -581,7 +581,7 @@ return the updated array to \cw{custom_params()} (see
|
|||||||
|
|
||||||
The \cw{config_item} structure contains the following elements:
|
The \cw{config_item} structure contains the following elements:
|
||||||
|
|
||||||
\c char *name;
|
\c const char *name;
|
||||||
\c int type;
|
\c int type;
|
||||||
\c union { /* type-specific fields */ } u;
|
\c union { /* type-specific fields */ } u;
|
||||||
\e iiiiiiiiiiiiiiiiiiiiiiiiii
|
\e iiiiiiiiiiiiiiiiiiiiiiiiii
|
||||||
|
Reference in New Issue
Block a user