diff options
Diffstat (limited to 'src/shared/verbs.h')
-rw-r--r-- | src/shared/verbs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/verbs.h b/src/shared/verbs.h index 245bb37ae4..03819e38cd 100644 --- a/src/shared/verbs.h +++ b/src/shared/verbs.h @@ -3,7 +3,7 @@ #include <stdbool.h> -#define VERB_ANY ((unsigned) -1) +#define VERB_ANY (UINT_MAX) typedef enum VerbFlags { VERB_DEFAULT = 1 << 0, /* The verb to run if no verb is specified */ |