diff options
author | John Wiegley <johnw@newartisans.com> | 2006-04-05 02:35:48 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 02:41:32 -0400 |
commit | 2982e637c2e13dd1c94730aad09cea85df80649a (patch) | |
tree | 61ffcd99144064bcdc8d57878e54f8cda0c5d3d8 /option.h | |
parent | f9b874e1cbbbf8f64699379009e70d849da1fcf1 (diff) | |
download | fork-ledger-2982e637c2e13dd1c94730aad09cea85df80649a.tar.gz fork-ledger-2982e637c2e13dd1c94730aad09cea85df80649a.tar.bz2 fork-ledger-2982e637c2e13dd1c94730aad09cea85df80649a.zip |
*** empty log message ***
Diffstat (limited to 'option.h')
-rw-r--r-- | option.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -38,7 +38,7 @@ class report_t; extern config_t * config; extern report_t * report; -#define CONFIG_OPTIONS_SIZE 97 +#define CONFIG_OPTIONS_SIZE 98 extern option_t config_options[CONFIG_OPTIONS_SIZE]; void option_help(std::ostream& out); |