diff options
Diffstat (limited to 'toys.h')
-rw-r--r-- | toys.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -89,7 +89,7 @@ extern struct toy_list { char *name; void (*toy_main)(void); char *options; - int flags; + unsigned flags; } toy_list[]; // Global context shared by all commands. |