diff options
Diffstat (limited to 'src/opt.h')
-rw-r--r-- | src/opt.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -11,7 +11,8 @@ enum rcc_option_type_t { RCC_OPTION_TYPE_BOOLEAN = 0, RCC_OPTION_TYPE_RANGE, RCC_OPTION_TYPE_FLAGS, - RCC_OPTION_TYPE_MENU + RCC_OPTION_TYPE_MENU, + RCC_OPTION_TYPE_MAX }; typedef enum rcc_option_type_t rcc_option_type; |