diff options
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -107,7 +107,7 @@ class config_t std::list<item_handler<transaction_t> *>& ptrs); }; -#define CONFIG_OPTIONS_SIZE 90 +#define CONFIG_OPTIONS_SIZE 91 extern option_t config_options[CONFIG_OPTIONS_SIZE]; void option_help(std::ostream& out); |