diff options
Diffstat (limited to 'cli')
-rw-r--r-- | cli/cli.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -113,7 +113,7 @@ int cli_opt_long_set(struct cli_opt *self, const char *val) struct cli_opt_ulong { struct cli_opt opt; - long value; + unsigned long value; }; #define CLI_OPT_ULONG(name, sh, ln, dsc) \ |