diff options
Diffstat (limited to 'doc/developer/cli.rst')
| -rw-r--r-- | doc/developer/cli.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/developer/cli.rst b/doc/developer/cli.rst index 82dd8af1ba..d740e42dc0 100644 --- a/doc/developer/cli.rst +++ b/doc/developer/cli.rst @@ -650,7 +650,7 @@ struct cmd\_token struct cmd_token { enum cmd_token_type type; // token type - u_char attr; // token attributes + uint8_t attr; // token attributes bool allowrepeat; // matcher allowed to match token repetitively? char *text; // token text |
