diff options
author | John Wiegley <johnw@newartisans.com> | 2006-03-16 19:14:30 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 02:41:31 -0400 |
commit | 9800e3febc456edcafbb172c6bef67526a8481da (patch) | |
tree | 358f5ca7500ce774398e2511d16403129dc03051 /config.h | |
parent | 31b68bbebcf448406020a8177efe6ae2f381d5cb (diff) | |
download | fork-ledger-9800e3febc456edcafbb172c6bef67526a8481da.tar.gz fork-ledger-9800e3febc456edcafbb172c6bef67526a8481da.tar.bz2 fork-ledger-9800e3febc456edcafbb172c6bef67526a8481da.zip |
*** empty log message ***
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 89 +#define CONFIG_OPTIONS_SIZE 90 extern option_t config_options[CONFIG_OPTIONS_SIZE]; void option_help(std::ostream& out); |